tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 147 forks source link

closeOnSelect is not working on multiple search on-focus #87

Closed matheusrgarcia closed 4 years ago

matheusrgarcia commented 4 years ago

Passing the property closeOnSelect={false} is not keeping the modal open.

i'm using it like this:

<SelectSearch
    options={optionsUnidades}
    multiple 
   search
   closeOnSelect={false}
   printOptions="on-focus"
   placeholder="Associe as Unidades *"
 />
tbleckert commented 4 years ago

Thanks for reporting, I'll take a look during the day

agustingabiola commented 4 years ago

@tbleckert Hi, first of all awesome library. Have you been able to take a look at this?

tbleckert commented 4 years ago

Sorry for the delay. Fixed in 2.0.6

agustingabiola commented 4 years ago

Thanks a lot @tbleckert , just tried it and working fine.

tbleckert commented 4 years ago

@agustingabiola Awesome!