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
The size option for Inputs.select() is currently ignored if multiple isn't also set to true. This restriction seems arbitrary, since native selects allow a size > 1 for single-choice selects.
The text was updated successfully, but these errors were encountered:
The
size
option forInputs.select()
is currently ignored ifmultiple
isn't also set totrue
. This restriction seems arbitrary, since native selects allow a size > 1 for single-choice selects.The text was updated successfully, but these errors were encountered: