tbleckert / react-select-search

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

search not working in react -17 #198

Open Erkamal1990 opened 3 years ago

Erkamal1990 commented 3 years ago

react - 16 work absolute fine but react -17 search not working

foadabdollahi commented 2 years ago

try it:

import SelectSearch,{ useSelect, fuzzySearch } from 'react-select-search';

 <SelectSearch search={true}
                         filterOptions={ fuzzySearch }
                         options={optionsList}  
                         name="x"  />
Vovan-VE commented 2 years ago

Thanks to @foadabdollahi !

@tbleckert , there should be changelog to describe breaking changes.

sohail-saha-iv commented 2 years ago

Please have this included in the docs or something.

krishnajhapate commented 2 years ago

I am facing the same issue