File tree 1 file changed +5
-5
lines changed
Filter options
1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ percentage data. If your percentage data is stored as a decimal (e.g. ``0.95``),
9
9
you can use this field out-of-the-box. If you store your data as a number
10
10
(e.g. ``95 ``), you should set the ``type `` option to ``integer ``.
11
11
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.
14
14
15
15
+-------------+-----------------------------------------------------------------------+
16
16
| Rendered as | ``input `` ``text `` field |
66
66
The ``symbol `` option was introduced in Symfony 4.3.
67
67
68
68
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.
72
72
73
73
type
74
74
~~~~
You can’t perform that action at this time.
0 commit comments