You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click autocomplete field - see in console One is output ✅
Type "three" - see no option is output in console ❌
Type {backpace} 4x until just T remains
See that Two is output in the console ✅
Expected Behavior
When autoActiveFirstOption input is set, every time the list of options updates the (optionActivated) eventemitter should emit the first value in the list of options (if it changes).
Actual Behavior
When causing less values to be in the list, no events emitted, but when more items appear in the list (backspacing the search) the items were emitted.
Environment
Angular: ^9.0.0
CDK/Material: ^9.0.0
Browser(s): Chrome
Operating System (e.g. Windows, macOS, Ubuntu): Mac