fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
246 stars 247 forks source link

A11y - tabIndex not working properly #540

Open jishnu1rks opened 6 months ago

jishnu1rks commented 6 months ago

Versions

Describe the bug We are using this library in our app. Everything is working but accessibility ie while trying to navigate using tab key. It is going inside the date calendar.

To Reproduce Steps to reproduce the behavior:

  1. Add daterange picker to a form
  2. try to navigate through tab key
  3. Going into the calendar when tab key is pressed 2 times

Expected behavior It should not go into the calendar when I didnt open the calendar by pressing enter.