1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
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)
}}