discourse/app/assets/javascripts/wizard/templates/components/wizard-field-dropdown.hbs
Joffrey JAFFEUX 7b34433fc2
REVERT: revert change from action + mut to mut (#10844)
* Revert "FIX: fixes regression where wizard dropdown couldn't update (#10838)"

This reverts commit e3b2fc6074.

* Revert "DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822)"

This reverts commit c0350dc362.
2020-10-06 23:50:05 +02:00

10 lines
168 B
Handlebars

{{combo-box
id=field.id
class=fieldClass
value=field.value
content=field.choices
nameProperty="label"
tabindex="9"
onChange=(action (mut field.value))
}}