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

8 Zeilen
165 B
Handlebars

2020-04-07 09:54:30 +02:00
{{combo-box
class=fieldClass
value=field.value
content=field.content
tabindex=field.tabindex
2020-04-07 09:54:30 +02:00
options=(hash
none="select_kit.default_header_text"
)}}