FIX: fixes regression where wizard dropdown couldn't update (#10838)

This commit is contained in:
Joffrey JAFFEUX
2020-10-06 13:33:37 -04:00
committed by GitHub
parent 34c99da205
commit e3b2fc6074
@@ -5,5 +5,5 @@
content=field.choices
nameProperty="label"
tabindex="9"
onChange=(mut field.value)
onChange=(fn (mut field.value))
}}