Skip to content

Commit 6104f40

Browse files
Maks3wweaverryan
authored andcommitted
Added relevant fields inherited from from field
(cherry picked from commit a8842a3)
1 parent 768bf28 commit 6104f40

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

reference/forms/types/hidden.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@ The hidden type represents a hidden input field.
99
+-------------+----------------------------------------------------------------------+
1010
| Rendered as | ``input`` ``hidden`` field |
1111
+-------------+----------------------------------------------------------------------+
12-
| Parent type | ``field`` |
12+
| Inherited | - ``data`` |
13+
| options | - ``property_path`` |
14+
+-------------+----------------------------------------------------------------------+
15+
| Parent type | :doc:`field</reference/forms/types/field>` |
1316
+-------------+----------------------------------------------------------------------+
1417
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\HiddenType` |
1518
+-------------+----------------------------------------------------------------------+
19+
20+
Inherited Options
21+
-----------------
22+
23+
These options inherit from the :doc:`field</reference/forms/types/field>` type:
24+
25+
.. include:: /reference/forms/types/options/data.rst.inc
26+
27+
.. include:: /reference/forms/types/options/property_path.rst.inc

0 commit comments

Comments
 (0)