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 8aa9635 commit 6d10f48Copy full SHA for 6d10f48
reference/forms/types/integer.rst
@@ -88,6 +88,11 @@ scale
88
89
**type**: ``integer`` **default**: ``0``
90
91
+.. versionadded:: 4.2
92
+
93
+ The ``scale`` option is deprecated since Symfony 4.2 and will be removed
94
+ in 5.0.
95
96
This specifies how many decimals will be allowed until the field rounds the
97
submitted value (via ``rounding_mode``). This option inherits from
98
:doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for
0 commit comments