1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/templates/components/wizard-field-group.hbs

8 Zeilen
175 B
Handlebars

2020-03-24 10:35:46 +01:00
{{wizard-group-selector
groups=wizard.groups
whitelist=field.filter
2020-03-21 18:30:11 +01:00
value=field.value
onChange=(action (mut field.value))
options=(hash
none='group.select'
)}}