File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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``),
99you 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 |
6666 The ``symbol `` option was introduced in Symfony 4.3.
6767
6868By 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
7373type
7474~~~~
You can’t perform that action at this time.
0 commit comments