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
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
This pager currently doesn't add href or tabIndex to its links, which makes it substantially more difficult for users to navigate pages with the keyboard.
Proposed Solution
Add hrefs to the links in the render method of the Page class and update the handlers to call preventDefault on the event.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This pager currently doesn't add
href
ortabIndex
to its links, which makes it substantially more difficult for users to navigate pages with the keyboard.Proposed Solution
Add
href
s to the links in therender
method of thePage
class and update the handlers to callpreventDefault
on the event.The text was updated successfully, but these errors were encountered: