Closed
Description
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
- Type 'Material' in the autocomplete field
- Delete it.
- Type 'Ma'
- Select 'Mary'
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
- Angular Material: 7.21, 5,2,5 .
Is there anything else we should know?
This is also true for other AutocompleteTrigger Observables like panelClosingActions.