File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ The hidden type represents a hidden input field.
9
9
+-------------+----------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``hidden `` field |
11
11
+-------------+----------------------------------------------------------------------+
12
- | Overriden | - `error_bubbling `_ |
13
- | options | - `required `_ |
12
+ | Overriden | - `compound `_ |
13
+ | options | - `error_bubbling `_ |
14
+ | | - `required `_ |
14
15
+-------------+----------------------------------------------------------------------+
15
16
| Inherited | - `data `_ |
16
17
| options | - `error_mapping `_ |
@@ -25,6 +26,8 @@ The hidden type represents a hidden input field.
25
26
Overridden Options
26
27
------------------
27
28
29
+ .. include :: /reference/forms/types/options/compound_type.rst.inc
30
+
28
31
error_bubbling
29
32
~~~~~~~~~~~~~~
30
33
You can’t perform that action at this time.
0 commit comments