File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ The text field represents the most basic input text field.
9
9
+-------------+--------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``text `` field |
11
11
+-------------+--------------------------------------------------------------------+
12
+ | Overridden | - `compound `_ |
13
+ | Options | |
14
+ +-------------+--------------------------------------------------------------------+
12
15
| Inherited | - `data `_ |
13
16
| options | - `disabled `_ |
14
17
| | - `empty_data `_ |
@@ -27,6 +30,17 @@ The text field represents the most basic input text field.
27
30
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ TextType ` |
28
31
+-------------+--------------------------------------------------------------------+
29
32
33
+ Overridden Options
34
+ ------------------
35
+
36
+ compound
37
+ ~~~~~~~~
38
+
39
+ **type **: ``boolean `` **default **: ``false ``
40
+
41
+ This option specifies if the type is compound. This is independent of whether
42
+ the type actually has children. A type can be compound but not have any
43
+ children at all.
30
44
31
45
Inherited Options
32
46
-----------------
You can’t perform that action at this time.
0 commit comments