Closed
Description
Reproduction
Steps to reproduce:
- Click in the auto complete to toggle the dropdown
- Arrow down to item "Two" or "Three"
- Press the ESC key and notice that optionActivated fires for item "One" (see log statements)
Expected Behavior
The optionActivated option should not be invoked when the ESC key is pressed to close the auto complete
Actual Behavior
The optionActivated option is invoked when it shouldn't be since the the auto complete is closing
Environment
- Angular: 11
- CDK/Material: 11
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows