0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 12:22:54 +01:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-group.hbs
2020-03-24 20:35:46 +11:00

8 Zeilen
Kein EOL
175 B
Handlebars

{{wizard-group-selector
groups=wizard.groups
whitelist=field.filter
value=field.value
onChange=(action (mut field.value))
options=(hash
none='group.select'
)}}