File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ The text field represents the most basic input text field.
1010| Rendered as | ``input `` ``text `` field |
1111+-------------+--------------------------------------------------------------------+
1212| Options | - ``max_length `` |
13- | | - ``required `` |
13+ +-------------+--------------------------------------------------------------------+
14+ | Inherited | - ``trim `` |
15+ | options | - ``required `` |
1416| | - ``label `` |
1517| | - ``read_only `` |
16- | | - ``trim `` |
1718| | - ``error_bubbling `` |
1819+-------------+--------------------------------------------------------------------+
1920| Parent type | ``field `` |
@@ -26,12 +27,14 @@ Options
2627
2728.. include :: /reference/forms/types/options/max_length.rst.inc
2829
30+ .. include :: /reference/forms/types/options/trim.rst.inc
31+
32+ .. include :: /reference/forms/types/options/inherit_expl.rst.inc
33+
2934.. include :: /reference/forms/types/options/required.rst.inc
3035
3136.. include :: /reference/forms/types/options/label.rst.inc
3237
3338.. include :: /reference/forms/types/options/read_only.rst.inc
3439
35- .. include :: /reference/forms/types/options/trim.rst.inc
36-
3740.. include :: /reference/forms/types/options/error_bubbling.rst.inc
You can’t perform that action at this time.
0 commit comments