-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(typeahead): custom filter function #479
Comments
Currently it's not possible to override the matching mechanism of the typeahead directive. But out of my view it should be possible to do this. |
Any update on this issue? |
I need this as well. Any news ? |
@Jerome2606 I ended up using typeAheadAsync. See here. You can specify your own function in there and use of() to create the observable it wants. |
Ok thanks I will do it the same way. |
Hello how can I execute a custom filter (search) function with the typeahead component?
The text was updated successfully, but these errors were encountered: