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.
2 parents 834839d + f7318bb commit 93bb0e4Copy full SHA for 93bb0e4
reference/forms/types/options/rounding_mode.rst.inc
@@ -1,7 +1,14 @@
1
rounding_mode
2
~~~~~~~~~~~~~
3
4
-**type**: ``integer`` **default**: ``\NumberFormatter::ROUND_HALFUP``
+**type**: ``integer``
5
+
6
+* IntegerType
7
+**default**: ``\NumberFormatter::ROUND_DOWN``
8
9
+* MoneyType and NumberType
10
+**default**: ``\NumberFormatter::ROUND_HALF_UP``
11
12
13
If a submitted number needs to be rounded (based on the `scale`_ option), you
14
have several configurable options for that rounding. Each option is a constant
0 commit comments