discourse/app/assets/javascripts/wizard/addon/components/wizard-field-dropdown.hbs
2023-02-15 11:29:22 +00:00

10 lines
238 B
Handlebars

{{component
this.componentName
class="wizard-container__dropdown"
value=this.field.value
content=this.field.choices
nameProperty="label"
tabindex="9"
onChange=(action "onChangeValue")
options=(hash translatedNone=false)
}}