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 5cbf5aa commit 0741117Copy full SHA for 0741117
materializecssform/templates/materializecssform/field.html
@@ -66,7 +66,7 @@
66
<div class="input-field {{ classes.value }}">
67
<select multiple>
68
{% for choice in field %}
69
- <option value="{{ choice.value }}">{{ choice.choice_label }}</option>
+ <option value="{{ choice.choice_value }}">{{ choice.choice_label }}</option>
70
{% endfor %}
71
</select>
72
{% if field.auto_id %}
@@ -87,7 +87,7 @@
87
{% else %}
88
<select>
89
90
91
92
93
0 commit comments