Skip to content

Commit a6907be

Browse files
committed
[Form] Removed Integer scale option
Scale option is hardcoded for IntegerType. These changes result from the discussion introduced by symfony/symfony#26734.
1 parent 6f3e0c4 commit a6907be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

reference/forms/types/integer.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
1717
| Rendered as | ``input`` ``number`` field |
1818
+-------------+-----------------------------------------------------------------------+
1919
| Options | - `grouping`_ |
20-
| | - `scale`_ |
2120
| | - `rounding_mode`_ |
2221
+-------------+-----------------------------------------------------------------------+
2322
| Overridden | - `compound`_ |
@@ -47,8 +46,6 @@ Field Options
4746

4847
.. include:: /reference/forms/types/options/grouping.rst.inc
4948

50-
.. include:: /reference/forms/types/options/scale.rst.inc
51-
5249
rounding_mode
5350
~~~~~~~~~~~~~
5451

0 commit comments

Comments
 (0)