diff --git a/reference/forms/types/options/empty_data_description.rst.inc b/reference/forms/types/options/empty_data_description.rst.inc index b143b9438fe..78116cae9f4 100644 --- a/reference/forms/types/options/empty_data_description.rst.inc +++ b/reference/forms/types/options/empty_data_description.rst.inc @@ -12,8 +12,8 @@ when no value is selected, you can do it like this:: ]); This will still render an empty text box, but upon submission the ``John Doe`` -value will be set. Use the ``data`` or ``placeholder`` options to show this -initial value in the rendered form. +value will be set. Use the ``data`` option or the ``placeholder`` key of the +``attr`` option to show this initial value in the rendered form. .. note::