Skip to content

Commit 17500ba

Browse files
committed
Making corrections per @stof
1 parent 3923c41 commit 17500ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ the top of the select box, you can easily do so by doing the following:
1010
* Set the ``required`` option to false or explicitly pass in the ``empty_value``
1111
option in the template (as shown below).
1212

13-
If ``required`` is true, a blank choice will display at the top of the select
13+
If ``required`` is false, a blank choice will display at the top of the select
1414
box. To customize what that entry says (or if you have ``required`` set to
15-
``false``), add the following when rendering the field:
15+
``true``), add the following when rendering the field:
1616

1717
.. configuration-block::
1818

0 commit comments

Comments
 (0)