Skip to content

Commit 31f8dd3

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix symbol option description
2 parents 9de91eb + 1931d47 commit 31f8dd3

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
.. versionadded:: 4.3
6565

0 commit comments

Comments
 (0)