mirror of
https://github.com/discourse/discourse.git
synced 2025-01-09 21:18:19 +08:00
fcb4e5a1a1
Co-authored-by: David Taylor <david@taylorhq.com>
13 lines
213 B
Handlebars
13 lines
213 B
Handlebars
{{component
|
|
componentName
|
|
class=fieldClass
|
|
value=field.value
|
|
content=field.choices
|
|
nameProperty="label"
|
|
tabindex="9"
|
|
onChange=(action "onChangeValue")
|
|
options=(hash
|
|
translatedNone=false
|
|
)
|
|
}}
|