File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
16
16
+-------------+-----------------------------------------------------------------------+
17
17
| Rendered as | ``input `` ``number `` field |
18
18
+-------------+-----------------------------------------------------------------------+
19
+ | Overridden | - `compound `_ |
20
+ | Options | |
21
+ +-------------+-----------------------------------------------------------------------+
19
22
| Options | - `grouping `_ |
20
23
| | - `precision `_ |
21
24
| | - `rounding_mode `_ |
@@ -38,6 +41,11 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
38
41
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ IntegerType ` |
39
42
+-------------+-----------------------------------------------------------------------+
40
43
44
+ Overridden Options
45
+ ------------------
46
+
47
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
48
+
41
49
Field Options
42
50
-------------
43
51
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ how the input and output of the data is handled.
14
14
+-------------+---------------------------------------------------------------------+
15
15
| Rendered as | ``input `` ``text `` field |
16
16
+-------------+---------------------------------------------------------------------+
17
+ | Overridden | - `compound `_ |
18
+ | Options | |
19
+ +-------------+---------------------------------------------------------------------+
17
20
| Options | - `currency `_ |
18
21
| | - `divisor `_ |
19
22
| | - `grouping `_ |
@@ -37,6 +40,11 @@ how the input and output of the data is handled.
37
40
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ MoneyType ` |
38
41
+-------------+---------------------------------------------------------------------+
39
42
43
+ Overridden Options
44
+ ------------------
45
+
46
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
47
+
40
48
Field Options
41
49
-------------
42
50
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ that you want to use for your number.
11
11
+-------------+----------------------------------------------------------------------+
12
12
| Rendered as | ``input `` ``text `` field |
13
13
+-------------+----------------------------------------------------------------------+
14
+ | Overridden | - `compound `_ |
15
+ | Options | |
16
+ +-------------+----------------------------------------------------------------------+
14
17
| Options | - `grouping `_ |
15
18
| | - `precision `_ |
16
19
| | - `rounding_mode `_ |
@@ -33,6 +36,11 @@ that you want to use for your number.
33
36
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ NumberType ` |
34
37
+-------------+----------------------------------------------------------------------+
35
38
39
+ Overridden Options
40
+ ------------------
41
+
42
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
43
+
36
44
Field Options
37
45
-------------
38
46
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ This field adds a percentage sign "``%``" after the input box.
15
15
+-------------+-----------------------------------------------------------------------+
16
16
| Rendered as | ``input `` ``text `` field |
17
17
+-------------+-----------------------------------------------------------------------+
18
+ | Overridden | - `compound `_ |
19
+ | Options | |
20
+ +-------------+-----------------------------------------------------------------------+
18
21
| Options | - `precision `_ |
19
22
| | - `type `_ |
20
23
+-------------+-----------------------------------------------------------------------+
@@ -36,6 +39,11 @@ This field adds a percentage sign "``%``" after the input box.
36
39
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ PercentType ` |
37
40
+-------------+-----------------------------------------------------------------------+
38
41
42
+ Overridden Options
43
+ ------------------
44
+
45
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
46
+
39
47
Field Options
40
48
-------------
41
49
You can’t perform that action at this time.
0 commit comments