trimox / angular-mdc-web

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

Drawer. Suppress only escape key #2284

Open jaanek opened 3 years ago

jaanek commented 3 years ago

If we want to put text input's into the drawer then at the moment keypresses are eaten up (preventDefault-ed). This PR only eats up the escape key coming from drawer.

allanpoola commented 3 years ago

Seems a good idea