0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-21 00:01:12 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-field-dropdown.hbs

10 Zeilen
201 B
Handlebars

2021-04-12 16:19:53 +02:00
{{combo-box
2020-04-07 09:54:30 +02:00
class=fieldClass
value=field.value
content=field.content
tabindex=field.tabindex
2022-03-16 12:33:34 +01:00
onChange=(action "onChangeValue")
2020-04-07 09:54:30 +02:00
options=(hash
none="select_kit.default_header_text"
)}}