You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently implementing DayPickerInput in a project and noticed that DayPicker is keyboard accessible, but when I used the input version, it's not. What I mean is that when I'm using DayPickerInput and then I tab to the input, I can't then continue tabbing through the now opened calendar. The tab just takes me off the input and closes the calendar.
I thought this might be a problem with my own code, but I'm seeing the same behavior when I try the examples on your doc site. I've visited the page and tried it in Chrome, Firefox and Safari on my Mac.
The text was updated successfully, but these errors were encountered:
@gpbl - would you accept a pull request to improve this?
I believe that focusing the input and hitting the down arrow should focus the date picker. We would need to handle the fact that the input would blur and I'm sure there are many edge cases to work through.
I'm currently implementing DayPickerInput in a project and noticed that DayPicker is keyboard accessible, but when I used the input version, it's not. What I mean is that when I'm using DayPickerInput and then I tab to the input, I can't then continue tabbing through the now opened calendar. The tab just takes me off the input and closes the calendar.
I thought this might be a problem with my own code, but I'm seeing the same behavior when I try the examples on your doc site. I've visited the page and tried it in Chrome, Firefox and Safari on my Mac.
The text was updated successfully, but these errors were encountered: