0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-01 10:57:03 +01:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/wizard-field-group.hbs

11 Zeilen
217 B
Handlebars

2020-03-24 20:35:46 +11:00
{{wizard-group-selector
groups=wizard.groups
2020-03-30 17:16:03 +11:00
field=field
whitelist=field.content
2020-03-22 04:30:11 +11:00
value=field.value
tabindex=field.tabindex
2020-03-22 04:30:11 +11:00
onChange=(action (mut field.value))
options=(hash
2021-04-12 19:49:53 +05:30
none="group.select"
)}}