Skip to content

Commit b1e95f0

Browse files
committed
minor #19839 [Form] rename the model_type option to input (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Form] rename the model_type option to input see symfony/symfony#54770 Commits ------- a209c57 rename the model_type option to input
2 parents 60d80e0 + a209c57 commit b1e95f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/forms/types/money.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ If set to ``true``, the HTML input will be rendered as a native HTML5
7676

7777
As HTML5 number format is normalized, it is incompatible with ``grouping`` option.
7878

79-
model_type
80-
~~~~~~~~~~
79+
input
80+
~~~~~
8181

8282
**type**: ``string`` **default**: ``float``
8383

@@ -87,7 +87,7 @@ values stored in cents as integers) set this option to ``integer``.
8787

8888
.. versionadded:: 7.1
8989

90-
The ``model_type`` option was introduced in Symfony 7.1.
90+
The ``input`` option was introduced in Symfony 7.1.
9191

9292
scale
9393
~~~~~

0 commit comments

Comments
 (0)