JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.42k stars 4.1k forks source link

Async Select Multi: Options Cleared After Selection Despite Persistent Search Term #5918

Open thomasMary opened 3 weeks ago

thomasMary commented 3 weeks ago

Version: 5.5.7

Issue Description

When using the async select component, if I want to persist the search term to allow users to select multiple options using the same search term, the list of options is cleared, even though there are still options available with that search term.

Expected Behavior

I would expect to be able to select all the options available for a given search term without the options list being cleared.

Supporting Resources

Loom Video Demonstration Codesandbox to Replicate the Issue