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

A search box that filters the provided array of objects

Results 47 react-search-autocomplete issues
Sort by recently updated
recently updated
newest added

I want to use ReactSearchAutocomplete with formik and yup how to validate with yup and how to render the component as children of form field. Package.json ```json { "name": "react",...

Unable to trigger an event in a case when the Search String is all empty as the _onSearch_ event is not triggering on the removal of the last character. Similar...

**Describe the bug** I am trying to use the includeMatches from the fuseOptions for highlight purpose and it's not appearing on the result set. **Codesandbox example** ```javascript const formatResult =...

enhancement

We need a search where the autosuggestion may or may not be used by user. So we want to select nothing unless the user has clicked on a suggestion ....

Due to a large amount of items, I'm fetching them when onFocus is called. Is this advisable? Thanks!

I have this and I don't want to have to repeat these 9 lines in every autocomplete I create

I have several inputs inside a form. 3 of them are react-search-autocomplete. So, I had the question how I could identify each combobox. If with an id or a name......

- So. i love this library and how u can see, i don't want repeat that styling in each component ``` ```