enkidevs / react-search-input

:mag: Simple react.js component for a search input, providing a filter function.
302 stars 72 forks source link

Ignore accents in the search terms #141

Closed vincentducorps closed 5 months ago

vincentducorps commented 6 years ago

Hey,

Is there a way to ignore accents and specials chars in the search terms?

Thanks.

AlexDemzz commented 5 years ago

Hey, i'm probably too late but, you can simply format the term with a replace() before the setState of the term