We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b39460 commit 41ac9c2Copy full SHA for 41ac9c2
reference/forms/types/choice.rst
@@ -122,7 +122,13 @@ method::
122
]);
123
124
You can also customize the `choice_name`_ of each choice. You can learn more
125
-about all of them in the sections below.
+about all of these options in the sections below.
126
+
127
+.. caution::
128
129
+ The *placeholder* is a specific field, when the choices are optional the
130
+ first item in the list must be empty, so the user can unselect.
131
+ Be sure to always handle the empty choice ``null`` when using callbacks.
132
133
.. _forms-reference-choice-tags:
134
0 commit comments