File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ This field adds a percentage sign "``%``" after the input box.
1616| Rendered as | ``input `` ``text `` field |
1717+-------------+-----------------------------------------------------------------------+
1818| Options | - ``type `` |
19- | | - ``required `` |
20- | | - ``label `` |
19+ +-------------+-----------------------------------------------------------------------+
20+ | Inherited | - ``required `` |
21+ | options | - ``label `` |
2122| | - ``read_only `` |
2223| | - ``error_bubbling `` |
2324+-------------+-----------------------------------------------------------------------+
@@ -44,6 +45,8 @@ Options
4445 The raw value (``55 ``) is shown to the user and stored on your object.
4546 Note that this only works for integer values.
4647
48+ .. include :: /reference/forms/types/options/inherit_expl.rst.inc
49+
4750.. include :: /reference/forms/types/options/required.rst.inc
4851
4952.. include :: /reference/forms/types/options/label.rst.inc
You can’t perform that action at this time.
0 commit comments