Skip to content

Commit 79c905c

Browse files
committed
changing option order - choice_name and choice_value seem like edge cases
1 parent 68725e8 commit 79c905c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/forms/types/choice.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ option.
1717
| | - `choice_list`_ |
1818
| | - `choice_loader`_ |
1919
| | - `choice_label`_ |
20-
| | - `choice_name`_ |
21-
| | - `choice_value`_ |
2220
| | - `choice_attr`_ |
2321
| | - `choices_as_values`_ |
2422
| | - `placeholder`_ |
2523
| | - `expanded`_ |
2624
| | - `multiple`_ |
2725
| | - `preferred_choices`_ |
2826
| | - `group_by`_ |
27+
| | - `choice_name`_ |
28+
| | - `choice_value`_ |
2929
+-------------+------------------------------------------------------------------------------+
3030
| Overridden | - `compound`_ |
3131
| options | - `empty_data`_ |
@@ -230,14 +230,14 @@ a fully-loaded list is not necessary.
230230

231231
.. include:: /reference/forms/types/options/choice_label.rst.inc
232232

233-
.. include:: /reference/forms/types/options/choice_name.rst.inc
234-
235-
.. include:: /reference/forms/types/options/choice_value.rst.inc
236-
237233
.. include:: /reference/forms/types/options/choice_attr.rst.inc
238234

239235
.. include:: /reference/forms/types/options/group_by.rst.inc
240236

237+
.. include:: /reference/forms/types/options/choice_name.rst.inc
238+
239+
.. include:: /reference/forms/types/options/choice_value.rst.inc
240+
241241
Overridden Options
242242
------------------
243243

0 commit comments

Comments
 (0)