We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d80e0 commit a209c57Copy full SHA for a209c57
reference/forms/types/money.rst
@@ -76,8 +76,8 @@ If set to ``true``, the HTML input will be rendered as a native HTML5
76
77
As HTML5 number format is normalized, it is incompatible with ``grouping`` option.
78
79
-model_type
80
-~~~~~~~~~~
+input
+~~~~~
81
82
**type**: ``string`` **default**: ``float``
83
@@ -87,7 +87,7 @@ values stored in cents as integers) set this option to ``integer``.
87
88
.. versionadded:: 7.1
89
90
- The ``model_type`` option was introduced in Symfony 7.1.
+ The ``input`` option was introduced in Symfony 7.1.
91
92
scale
93
~~~~~
0 commit comments