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 5bc5969 commit 381720bCopy full SHA for 381720b
reference/forms/types/choice.rst
@@ -132,6 +132,10 @@ The ``status`` field created by the code above will be rendered as:
132
<option value="2">Almost empty</option>
133
</select>
134
135
+But don't be confused! If ``Full`` is selected (value ``0`` in HTML), ``1`` will
136
+be returned in your form. If ``Almost empty`` is selected (value ``2`` in HTML),
137
+``0.1`` will be returned.
138
+
139
.. include:: /reference/forms/types/options/empty_value.rst.inc
140
141
.. include:: /reference/forms/types/options/expanded.rst.inc
0 commit comments