You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/forms/types/integer.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,10 @@ scale
85
85
86
86
**type**: ``integer`` **default**: ``0``
87
87
88
-
This specifies how many decimals will be allowed until the field rounds the submitted value (via ``rounding_mode``). This option inherits from :doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for ``IntegerType``.
88
+
This specifies how many decimals will be allowed until the field rounds the
89
+
submitted value (via ``rounding_mode``). This option inherits from
90
+
:doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for
0 commit comments