Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e35008

Browse filesBrowse files
committed
Minor tweaks
1 parent 339848a commit 3e35008
Copy full SHA for 3e35008

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎reference/forms/types/percent.rst

Copy file name to clipboardExpand all lines: reference/forms/types/percent.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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 the
13-
input.
12+
When ``symbol`` is ``true``, the field will add a percentage sign "``%``" after
13+
the input.
1414

1515
+-------------+-----------------------------------------------------------------------+
1616
| Rendered as | ``input`` ``text`` field |
@@ -66,9 +66,9 @@ symbol
6666
The ``symbol`` option was introduced in Symfony 4.3.
6767

6868
By default, fields are rendered with a percentage sign ``%`` after the input.
69-
Setting the value to ``false`` will not display the percentage sign.
70-
Setting the value to a ``string`` (e.g. ````), will show the string value instead
71-
of the default ``%`` sign.
69+
Setting the value to ``false`` will not display the percentage sign. Setting the
70+
value to a ``string`` (e.g. ````), will show that string instead of the default
71+
``%`` sign.
7272

7373
type
7474
~~~~

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.