Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation by Tab to Footer elements in datepicker #3177

Closed
Raljuk opened this issue Feb 3, 2021 · 0 comments · Fixed by #3197
Closed

Navigation by Tab to Footer elements in datepicker #3177

Raljuk opened this issue Feb 3, 2021 · 0 comments · Fixed by #3197

Comments

@Raljuk
Copy link
Contributor

Raljuk commented Feb 3, 2021

Hello!
Help please =)
I can't navigate by Tab to footer in datepicker,
because DatepickerTableRow has preventDefault on keydown and Tab doesn't work like usual, and when I add footer and elements in footer, tab doesn't navigate to footer elements after table cell.
<a
class="datepicker-cell"
@keydown.prevent="manageKeydown($event, weekDay)"
:tabindex="day === weekDay.getDate() ? null : -1">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant