discourse/app/assets/javascripts/wizard/addon/components/wizard-field-dropdown.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
238 B
Handlebars
Raw Normal View History

{{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)
}}