diff --git a/reference/forms/types/text.rst b/reference/forms/types/text.rst index bb8d32740c4..c5d095bc666 100644 --- a/reference/forms/types/text.rst +++ b/reference/forms/types/text.rst @@ -9,8 +9,9 @@ The TextType field represents the most basic input text field. +-------------+--------------------------------------------------------------------+ | Rendered as | ``input`` ``text`` field | +-------------+--------------------------------------------------------------------+ -| Inherited | - `data`_ | -| options | - `disabled`_ | +| Inherited | - `attr`_ | +| options | - `data`_ | +| | - `disabled`_ | | | - `empty_data`_ | | | - `error_bubbling`_ | | | - `error_mapping`_ | @@ -36,6 +37,8 @@ Inherited Options These options inherit from the :doc:`FormType `: +.. include:: /reference/forms/types/options/attr.rst.inc + .. include:: /reference/forms/types/options/data.rst.inc .. include:: /reference/forms/types/options/disabled.rst.inc