You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value is anything but 0, it correctly selects the currently selected option, but if the value is 0, it fails to select 'Normal User' and instead selects the Choose an option option
Any idea on how to remedy this?
Thanks!
The text was updated successfully, but these errors were encountered:
@vesper8 without any testing, I'm leaning toward the assuming key 0 is being interpolated as false not the integer 0. If you use the exact same options on a normal Select field, does it yield the same results?
I have a tinyInteger field that I'm using the InlineSelect field on.
The value can be between 0 and 5
The field looks like this:
If the value is anything but 0, it correctly selects the currently selected option, but if the value is 0, it fails to select 'Normal User' and instead selects the
Choose an option
optionAny idea on how to remedy this?
Thanks!
The text was updated successfully, but these errors were encountered: