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 671a124 commit c274800Copy full SHA for c274800
reference/forms/types/options/choice_value.rst.inc
@@ -14,6 +14,9 @@ configure the value that will be sent in the API request).
14
This can be a callable or a property path. See `choice_label`_ for similar usage.
15
If ``null`` is used, an incrementing integer is used as the name.
16
17
+If you are using a callable to populate choice_value, you need to check for the
18
+case that the value of the field may be null.
19
+
20
.. caution::
21
22
In Symfony 2.7, there was a small backwards-compatibility break with how the
0 commit comments