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 a0d6e9a commit 005d28aCopy full SHA for 005d28a
reference/forms/types/number.rst
@@ -35,16 +35,6 @@ Field Options
35
36
.. include:: /reference/forms/types/options/precision.rst.inc
37
38
-precision
39
-~~~~~~~~~
40
-
41
-**type**: ``integer`` **default**: Locale-specific (usually around ``3``)
42
43
-This specifies how many decimals will be allowed until the field rounds
44
-the submitted value (via ``rounding_mode``). For example, if ``precision``
45
-is set to ``2``, a submitted value of ``20.123`` will be rounded to,
46
-for example, ``20.12`` (depending on your ``rounding_mode``).
47
48
rounding_mode
49
~~~~~~~~~~~~~
50
0 commit comments