FIX: brings back castInteger as a safer migration path for sk2 (#8966)

This commit is contained in:
Joffrey JAFFEUX
2020-02-14 10:00:40 +01:00
committed by GitHub
parent 09edde8ef7
commit 7d94de6439
4 changed files with 21 additions and 7 deletions
@@ -3,7 +3,10 @@
content=setting.validValues
value=value
onChange=(action (mut value))
allowAny=setting.allowsNone
options=(hash
castInteger=true
allowAny=setting.allowsNone
)
}}
{{preview}}