-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Changing the autocomplete on a trigger does not change the overlay (options) #13812
Comments
You could simply switch between the lists. |
Yes i know, but this does not show the issue. |
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Fixes angular#13812.
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Relates to angular#13812.
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Relates to angular#13812.
This example is there to show the issue of not updating the template/portal when changing the autocomplete panel. Workarounds/other solutions of course work but do not solve this issue. |
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Relates to #13812.
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Relates to angular#13812.
Fixes the menu trigger being locked into the first menu panel that is passed in, after it has been opened at least once. Relates to #13812.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Changing the autocomplete on a trigger does not change the options in the overlay.
What is the expected behavior?
When changing the autocomplete (
dtAutocomplete
input) on a trigger, the overlay should display the new options.What is the current behavior?
When changing the autocomplete (
dtAutocomplete
input) on a trigger, the overlay optionsare still the initial ones.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-7djgzt?file=app%2Fautocomplete-simple-example.html
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Current
The text was updated successfully, but these errors were encountered: