multiSelect INPUT and numbers as options kind of breaks the bound Property ? 🤔 #300
-
Beta Was this translation helpful? Give feedback.
Answered by
mProjectsCode
Apr 15, 2024
Replies: 1 comment 1 reply
-
Yeah, this is somewhat expected. MB interprets numbers as numbers and |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
I-Pch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, this is somewhat expected. MB interprets numbers as numbers and
true
/false
as booleans. Single quoted strings only exist to allow otherwise forbidden characters in the argument value. I would have expected the properties UI to simply work with lists of numbers... 😅