mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 06:44:11 +08:00
7b34433fc2
* Revert "FIX: fixes regression where wizard dropdown couldn't update (#10838)" This reverts commite3b2fc6074
. * Revert "DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822)" This reverts commitc0350dc362
.
10 lines
168 B
Handlebars
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))
|
|
}}
|