@@ -15,7 +15,7 @@ option.
1515+-------------+------------------------------------------------------------------------------+
1616| Options | - `choices `_ |
1717| | - `choice_list `_ |
18- | | - `empty_value `_ |
18+ | | - `placeholder `_ |
1919| | - `expanded `_ |
2020| | - `multiple `_ |
2121| | - `preferred_choices `_ |
@@ -122,7 +122,7 @@ With this option you can also allow float values to be selected as data.
122122 'choice_list' => new ChoiceList(array(1, 0.5), array('Full', 'Half'))
123123 ));
124124
125- .. include :: /reference/forms/types/options/empty_value .rst.inc
125+ .. include :: /reference/forms/types/options/placeholder .rst.inc
126126
127127.. include :: /reference/forms/types/options/expanded.rst.inc
128128
@@ -204,13 +204,13 @@ Field Variables
204204+------------------------+--------------+-------------------------------------------------------------------+
205205| separator | ``string `` | The separator to use between choice groups. |
206206+------------------------+--------------+-------------------------------------------------------------------+
207- | empty_value | ``mixed `` | The empty value if not already in the list, otherwise |
207+ | placeholder | ``mixed `` | The empty value if not already in the list, otherwise |
208208| | | ``null ``. |
209209+------------------------+--------------+-------------------------------------------------------------------+
210210| is_selected | ``callable `` | A callable which takes a ``ChoiceView `` and the selected value(s) |
211211| | | and returns whether the choice is in the selected value(s). |
212212+------------------------+--------------+-------------------------------------------------------------------+
213- | empty_value_in_choices | ``Boolean `` | Whether the empty value is in the choice list. |
213+ | placeholder_in_choices | ``Boolean `` | Whether the empty value is in the choice list. |
214214+------------------------+--------------+-------------------------------------------------------------------+
215215
216216.. tip ::
0 commit comments