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
Clicking on the label won't focus the Multiselect component unless it's searchable.
If it's searchable, it will put the focus (and text cursor) in the search field, which is the correct behavior.
But if it's not searchable, clicking on the label should focus the component so that it can be opened using the spacebar like a native select.
Version
Description
Clicking on the
label
won't focus theMultiselect
component unless it's searchable.If it's searchable, it will put the focus (and text cursor) in the search field, which is the correct behavior.
But if it's not searchable, clicking on the label should focus the component so that it can be opened using the
spacebar
like a native select.Here is a GIF:
Demo
https://jsfiddle.net/mrleblanc101/vfmg2h4a/5/
The text was updated successfully, but these errors were encountered: