Skip to content

Commit 8aac065

Browse files
committed
percent inh options fixed
1 parent 9ecec37 commit 8aac065

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

reference/forms/types/percent.rst

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

0 commit comments

Comments
 (0)