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