-
Notifications
You must be signed in to change notification settings - Fork 369
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
Material: filtering on autocomplete input field #829
Labels
Comments
Hello @mpschaeuble , so the idea would be to use an Observable instead of an array for the 'list' property. Sounds like a good idea to me. Sadly this would require a 6.1 release as this is breaking with the current behavior. This was also already requested here: #355 Maybe in the same spot it could be solved #815 |
Good news, everybody. Trying to make this work in next patch version. |
udos86
added a commit
that referenced
this issue
Sep 11, 2018
udos86
added a commit
that referenced
this issue
Sep 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a
I'm using
Description
By default, material's autocomplete component displays all values as a list independent of what the user already entered. But usually, the user expects the suggestions to be prefix/infix filtered dependent on the users input. Are there any plans to support filtering as described in section 'Adding a custom filter' https://material.angular.io/components/autocomplete/overview? I could imagine that ng-dynamic-forms provides support for some basic filtering methods (prefix, infix, postfix).
The text was updated successfully, but these errors were encountered: