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:
|
if (closeOnSelect && singleSelect) { |
I can't think of any strong reason to restrict this option in the case of multiSelect.
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.