mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:33:52 +08:00
10 lines
238 B
Handlebars
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)
|
|
}} |