0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-group.hbs
2020-03-22 04:30:11 +11:00

7 Zeilen
Kein EOL
139 B
Handlebars

{{combo-box
content=wizard.groups
value=field.value
onChange=(action (mut field.value))
options=(hash
none='group.select'
)}}