sets always slide tabindex to -1
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to overwrite tabIndex to make slides accessible. please refer my use case https://codesandbox.io/s/myqq0yz54y
voiceover should read left-arrow --> current slide(active slide) --> next-arrow
to achieve this we should set current slide tabIndex to 0 and rest all slides tabIndex to -1
Contributor guide
Assessment
This issue has not been assessed yet.