Skip to content

Commit 30a9040

Browse files
committed
clarify that "placeholder" is an input attribute to configure
1 parent 2e76301 commit 30a9040

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)