Skip to content

Commit 60c4e5b

Browse files
committed
text inh options fixed
1 parent 3d67f0b commit 60c4e5b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

reference/forms/types/text.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)