The Dialog should be closable via the Esc key and trigger its primary action with Enter, if it is focused and if it contains no input elements.
A workaround for this is to attach a keyboard event handler and handle events accordingly, as shown in this plunker snippet.
Implemented in v3.2.0
How do we disable the some keyboard navigation using the Angular service? We handle the esc keys manually. We would like to keep the action button and tab functionality.
HI @jmaronge,
Currently the Dialog keyboard navigation cannot be toggled.