-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Does Not Filter Items #248
Comments
I had the same problem, had to add a filterOption prop, it appears there isn't a default filtering function in the current version (don't know if there ever was).
Though I wasn't happy with the default fuzzy search so I tweaked it to stop it sorting the list by fuzzyness and decrease the threshold ever so slightly
|
import { fuzzySearch } from "react-select-search"; this does not work, tried with above Fuse example, still no luck Note: removing disabled option also not helpful |
@gregor-gh Your suggestion was correct. |
Using the latest version of
react-select-search
, I'm trying to use the "search" functionality as demonstrated here.What I get is a select menu that shows the options, lets me type in the bar, but doesn't filter as I would expect.
The text was updated successfully, but these errors were encountered: