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
could closeOnSelect also be resepected with multiselect ?
I'd like to keep the ability to have multiple option selected, while simultaneously closing the popup after each select, because I believe most users will only want one value. Since the dropdown is hiding contents below, closing instantly avoid users to have to move the mouse away, and click once.
Good point @rvion, usually a single select need this prop after selecting an option, but in multi-select users need to open the options panel. By default it's true but it should be false.
Thanks for notify.
could closeOnSelect also be resepected with multiselect ?
I'd like to keep the ability to have multiple option selected, while simultaneously closing the popup after each select, because I believe most users will only want one value. Since the dropdown is hiding contents below, closing instantly avoid users to have to move the mouse away, and click once.
looking at:
react-multiple-select-dropdown-lite/src/MultiSelect.jsx
Line 164 in eebea0c
I can't think of any strong reason to restrict this option in the case of multiSelect.
The text was updated successfully, but these errors were encountered: