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.
2 parents 4d4fcff + 872112e commit e5197e2Copy full SHA for e5197e2
materializecssform/templates/materializecssform/field.html
@@ -94,7 +94,7 @@
94
{% if classes.icon %}
95
{% include 'materializecssform/field_icon.html' %}
96
{% endif %}
97
- <select multiple name="{{ field.html_name }}">
+ <select multiple name="{{ field.html_name }}" {% include 'materializecssform/attrs.html' %} >
98
{% for choice in field %}
99
{{ choice.tag }}
100
{% endfor %}
@@ -117,7 +117,7 @@
117
118
119
120
- <select name="{{ field.html_name }}">
+ <select name="{{ field.html_name }}" {% include 'materializecssform/attrs.html' %} >
121
122
123
0 commit comments