trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
518 stars 87 forks source link

[select]: no 'blur' event when tabbing away #2200

Open ibelenski opened 4 years ago

ibelenski commented 4 years ago

The element appears as capable of receiving focus but emits no 'blur' event if it loses focus without the menu being displayed, e.g. by tabbing away from it or clicking elsewhere. A 'blur' is emitted when the menu closes. This is inconsistent with the behavior of the standard HTML 'select' element.

Angular MDC version: 5.1.1