aurelia / dialog

A dialog plugin for Aurelia.
MIT License
106 stars 115 forks source link

feat(keyboard): allow to configure keyevent type #364

Closed zewa666 closed 5 years ago

zewa666 commented 5 years ago

when configuring the plugin one can pass the keyEvent as a setting, which accepts 'keyup' and 'keydown'. Ported for v1

zewa666 commented 5 years ago

this is a backport for v1, see the other v2 implementation here https://github.com/aurelia/dialog/pull/363