enkidevs / react-search-input

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

Adds exact Match option #127

Closed mashehu closed 7 years ago

mashehu commented 7 years ago

Fixes issue #120. I added an additional option to createFilter which translates the entered term into a regExp object, which matches only exact matches (case insensitive).

mathieudutour commented 7 years ago

thanks!