danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
140 stars 60 forks source link

Keyboard accessability #127

Closed jessie-james closed 3 years ago

jessie-james commented 3 years ago

Trying to add Enter or space Key press as a trigger. For keyboard accessibility. https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html

Putting OwlDateTimeComponent.open() does not work when adding it to my keydown.enter function. I can't tell users to using the ALT + DOWN_ARROW as according to accessibility it needs to be either space or enter for keyboard access.