Thanks to visit codestin.com Credit goes to github.com
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 c274800 commit da1bbb2Copy full SHA for da1bbb2
reference/forms/types/options/choice_value.rst.inc
@@ -14,8 +14,8 @@ 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.
+If you are using a callable to populate ```choice_value```, you need to check
+for the case that the value of the field may be ```null```.
19
20
.. caution::
21
0 commit comments