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/options/grouping.rst.inc
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,4 @@ grouping
3
3
4
4
**type**: ``integer`` **default**: ``false``
5
5
6
-
The value set as the ``NumberFormatter::GROUPING_USED`` attribute when using
7
-
the PHP ``NumberFormatter`` class.
6
+
This value is used internally as the ``NumberFormatter::GROUPING_USED`` value when using PHP's ``NumberFormatter`` class. Its documentation is non-existent, but it appears that if you set this to ``true``, numbers will be grouped with a comma or period (depending on your locale): ``12345.123`` would display as ``12,345.123``.
0 commit comments