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 documentation says for Multiselect options: Selected options will be removed from the dropdown menu by default. If you want them to remain in the list, set removeSelected={false}
However setting the removeSelected prop to false does not work, i.e. the selected options are still being removed. Is this a bug? I tried using React-Select and it seems that the removeSelected prop is working there.
The text was updated successfully, but these errors were encountered:
The documentation says for Multiselect options:
Selected options will be removed from the dropdown menu by default. If you want them to remain in the list, set removeSelected={false}
However setting the removeSelected prop to
false
does not work, i.e. the selected options are still being removed. Is this a bug? I tried using React-Select and it seems that the removeSelected prop is working there.The text was updated successfully, but these errors were encountered: