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

This commit is contained in:
Joffrey JAFFEUX 2020-10-06 19:33:37 +02:00 committed by GitHub
parent 34c99da205
commit e3b2fc6074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
content=field.choices
nameProperty="label"
tabindex="9"
onChange=(mut field.value)
onChange=(fn (mut field.value))
}}