Skip to content

Commit ee0672a

Browse files
committed
minor #21295 clarify that "placeholder" is an input attribute to configure (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- clarify that "placeholder" is an input attribute to configure fixes #21294 Commits ------- 30a9040 clarify that "placeholder" is an input attribute to configure
2 parents b0a2214 + 30a9040 commit ee0672a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/options/empty_data_description.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ when no value is selected, you can do it like this::
1212
]);
1313

1414
This will still render an empty text box, but upon submission the ``John Doe``
15-
value will be set. Use the ``data`` or ``placeholder`` options to show this
16-
initial value in the rendered form.
15+
value will be set. Use the ``data`` option or the ``placeholder`` key of the
16+
``attr`` option to show this initial value in the rendered form.
1717

1818
.. note::
1919

0 commit comments

Comments
 (0)