0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-dropdown.hbs
2017-11-09 10:50:48 +08:00

7 Zeilen
221 B
Handlebars

{{combo-box elementId=field.id
class=fieldClass
value=field.value
content=field.choices
none=field.dropdown_none
nameProperty="label"
tabindex="9"}}