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 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
falsedoes 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.