fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 232 forks source link

Option to tolerate diacritics #238

Open googol7 opened 7 years ago

googol7 commented 7 years ago

It would be very helpful if an option could be set so that react-typehead would return strings with and without diacritics.

e.g.: The user searches for "Günter"

The result should also include "Gunter":

Günter Gunter Gůnter Gúnter

googol7 commented 7 years ago

See: https://github.com/mattyork/fuzzy/issues/39