File tree 1 file changed +7
-2
lines changed
Filter options
1 file changed +7
-2
lines changed
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ the input.
18
18
| Options | - `scale `_ |
19
19
| | - `symbol `_ |
20
20
| | - `type `_ |
21
+ | | - `rounding_mode `_ |
21
22
+-------------+-----------------------------------------------------------------------+
22
23
| Overridden | - `compound `_ |
23
24
| options | |
55
56
56
57
**type **: ``integer `` **default **: ``0 ``
57
58
58
- By default, the input numbers are rounded. To allow for more decimal places,
59
- use this option.
59
+ This specifies how many decimals will be allowed until the field rounds
60
+ the submitted value (via ``rounding_mode ``). For example, if ``scale `` is set
61
+ to ``2 ``, a submitted value of ``20.123 `` will be rounded to, for example,
62
+ ``20.12 `` (depending on your `rounding_mode `_).
63
+
64
+ .. include :: /reference/forms/types/options/rounding_mode.rst.inc
60
65
61
66
symbol
62
67
~~~~~~
You can’t perform that action at this time.
0 commit comments