Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added the missing attr option in TextType
  • Loading branch information
javiereguiluz committed Jul 19, 2018
commit ae11a5bae445aa3da20d4a8f91ac6661ba2fbdd3
7 changes: 5 additions & 2 deletions reference/forms/types/text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_ |
Expand All @@ -36,6 +37,8 @@ Inherited Options

These options inherit from the :doc:`FormType </reference/forms/types/form>`:

.. include:: /reference/forms/types/options/attr.rst.inc

.. include:: /reference/forms/types/options/data.rst.inc

.. include:: /reference/forms/types/options/disabled.rst.inc
Expand Down