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

:mag: Simple react.js component for a search input, providing a filter function.

Results 12 react-search-input issues
Sort by recently updated
recently updated
newest added

When I cloned the project and launched 'npm install' I got this error 'make' is not recognized as an internal or external command, operable program or batch file. Please Anyone...

Cuando se importa la función createFilter se detecta como deprecado. **React Search Input Version:** 0.11.3

Hi, thanks for the plugin. How I can add [material-ui](http://www.material-ui.com/#/components/text-field) element against simple input?

I was wondering if this package is still being maintained?

Hi guys, Since this project isn't maintained anymore, I've decided to make some changes and publish it as another package. I have contributed to this project in the past, I...

This functionality adds the ability to search with any given regex, not only the exact match.

Hey, Is there a way to ignore accents and specials chars in the search terms? Thanks.

Hello, that prop named CaseSensitive doesn't work. I tried to put this prop into component SearchInput, and this failed. Unless I comment out this lines with these code, this React-Search-Input...

Regular expression is not working with createFilter method. Below is the code for using regex: ``` let re = new RegExp(this.state.searchStatus,"g"); newData = data.filter(createFilter(re, STATUS_KEY_TO_FILTERS)); ``` Is it possible to...

It seems, there was no way to pass ref directly to input/search