FIX: fixes regression where wizard dropdown couldn't update (#10838)
This commit is contained in:
parent
34c99da205
commit
e3b2fc6074
|
@ -5,5 +5,5 @@
|
|||
content=field.choices
|
||||
nameProperty="label"
|
||||
tabindex="9"
|
||||
onChange=(mut field.value)
|
||||
onChange=(fn (mut field.value))
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue