react-select-search icon indicating copy to clipboard operation
react-select-search copied to clipboard

search not working in react -17

Open Erkamal1990 opened this issue 4 years ago • 4 comments

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

Erkamal1990 avatar Jun 23 '21 10:06 Erkamal1990

try it:

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

 <SelectSearch search={true}
                         filterOptions={ fuzzySearch }
                         options={optionsList}  
                         name="x"  />

foadabdollahi avatar Jul 16 '21 16:07 foadabdollahi

Thanks to @foadabdollahi !

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

Vovan-VE avatar Sep 28 '21 04:09 Vovan-VE

Please have this included in the docs or something.

sohail-saha-iv avatar Jan 07 '22 08:01 sohail-saha-iv

I am facing the same issue

krishnajhapate avatar Jul 05 '22 10:07 krishnajhapate