Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 2, 2020
1 parent b748085 commit b86e003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion reference/forms/types/money.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ html5

This option was introduced in Symfony 5.2.

If set to true, the HTML input will be rendered as a native HTML5 type="number" form.
If set to ``true``, the HTML input will be rendered as a native HTML5
``<input type="number">`` element.

.. caution::

Expand Down
3 changes: 2 additions & 1 deletion reference/forms/types/percent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ html5

This option was introduced in Symfony 5.2.

If set to true, the HTML input will be rendered as a native HTML5 type="number" form.
If set to ``true``, the HTML input will be rendered as a native HTML5
``<input type="number">`` element.

scale
~~~~~
Expand Down

0 comments on commit b86e003

Please sign in to comment.