JedWatson / react-select

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

<withAsyncPaginate: the options menu closes on every option click> #5883

Open murtaza-exteme opened 3 months ago

murtaza-exteme commented 3 months ago

The objective is to keep the withAsyncPaginate(Creatable) open on options select and it closes onBlur

I want to keep dropdown opened instead of hiding it every time after selecting an option like happens in normal Multiselect. Using the field with HOC: withAsyncPaginate(Creatable)

Note : Found similar issues reported in the past for asyncPaginate Link. Link2