8000
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 da1bbb2 commit bf604e5Copy full SHA for bf604e5
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
18
-for the 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