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 c333c35 commit 5cbf5aaCopy full SHA for 5cbf5aa
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.tag }}">{{ choice.choice_label }}</option>
+ <option value="{{ 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