-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
@zhr1130
Description
Describe the bug
Rows per page list is not accessible by using keyboard. The link somehow has tabindex = -1 .
To Reproduce
Steps to reproduce the behavior:
- Go to basic pagination table example in storybook
- Click rows per page button.
- List is not accessible by keyboard due to has tabindex = -1.