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
Currently the select field only support String, Number or Boolean types but in the case of optional fields forcing the user to select a value can be counter-intuitive.
Currently the
select
field only supportString
,Number
orBoolean
types but in the case of optional fields forcing the user to select a value can be counter-intuitive.Given the following example:
if
mySelect
represents an optional value we could eitheror (cleaner in my opinion)
I am available to contribute directly to this feature if approved!
The text was updated successfully, but these errors were encountered: