Skip to content

Commit 8c8e2a3

Browse files
committed
Merge branch '4.4'
* 4.4: fix symbol option description
2 parents f48e860 + 31f8dd3 commit 8c8e2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/percent.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ percentage data. If your percentage data is stored as a decimal (e.g. ``0.95``),
99
you can use this field out-of-the-box. If you store your data as a number
1010
(e.g. ``95``), you should set the ``type`` option to ``integer``.
1111

12-
When ``symbol`` is ``true``, the field will add a percentage sign "``%``" after
12+
When ``symbol`` is not ``false``, the field will render the given string after
1313
the input.
1414

1515
+-------------+-----------------------------------------------------------------------+
@@ -59,7 +59,7 @@ use this option.
5959
symbol
6060
~~~~~~
6161

62-
**type**: ``boolean`` or ``string`` **default**: ``true``
62+
**type**: ``boolean`` or ``string`` **default**: ``%``
6363

6464
By default, fields are rendered with a percentage sign ``%`` after the input.
6565
Setting the value to ``false`` will not display the percentage sign. Setting the

0 commit comments

Comments
 (0)