From 35278b4310e2ecd6e55ce8ab812dfa59d437abea Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 17 Jun 2019 11:38:08 +0200 Subject: [PATCH] fix symbol option description --- reference/forms/types/percent.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/percent.rst b/reference/forms/types/percent.rst index b90d57de2b5..87ad13ac4e9 100644 --- a/reference/forms/types/percent.rst +++ b/reference/forms/types/percent.rst @@ -9,7 +9,7 @@ percentage data. If your percentage data is stored as a decimal (e.g. ``0.95``), you can use this field out-of-the-box. If you store your data as a number (e.g. ``95``), you should set the ``type`` option to ``integer``. -When ``symbol`` is ``true``, the field will add a percentage sign "``%``" after +When ``symbol`` is not ``false``, the field will render the given string after the input. +-------------+-----------------------------------------------------------------------+ @@ -59,7 +59,7 @@ use this option. symbol ~~~~~~ -**type**: ``boolean`` or ``string`` **default**: ``true`` +**type**: ``boolean`` or ``string`` **default**: ``%`` .. versionadded:: 4.3