-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MatAutocompleteTrigger optionSelections Observable stops working #14777
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
Comments
I don't think it's a bug with autocomplete, you just need to add |
That does not solve the issue. Follow the steps I provided. If you type in 'Google' so there are no suggestions for autocomplete then delete everything again an chose an available option the counter does not increase. |
Ah I see, yes I am able to reproduce it. I will re-open this issue |
…ions changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
…ions changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
…ions changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
…ions changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
I've run into this problem with panelClosingActions, after upgrading angular/material to v9. |
any news about it? thanks and regards |
…ions changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
…st of options changes Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
…t of options changes Fixes the `SbbAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. angular/components#14777
…t of options changes (#1033) Fixes the `SbbAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. angular/components#14777
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. |
…st of options changes (angular#14813) Fixes the `MatAutocompleteTrigger.optionSelections` stopping to emit when the list options has been swapped out. Fixes angular#14777.
What is the expected behavior?
The AutocompleteTrigger.optionSelections Observable emits the value of the selected Element (and the counter increases).
What is the current behavior?
The AutocompleteTrigger.optionSelections Observable does not emit a new value.
What are the steps to reproduce?
https://stackblitz.com/edit/autocomplete-force-selection-4cyhez?file=app%2Fapp.component.ts
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
This is also true for other AutocompleteTrigger Observables like panelClosingActions.
The text was updated successfully, but these errors were encountered: