jasonsalzman / react-add-to-calendar

A simple, customizable, and reusable Add to Calendar button component for React
https://jasonsalzman.github.io/react-add-to-calendar/
MIT License
181 stars 123 forks source link

Make calendar button tabbable #39

Open luke-bauman opened 5 years ago

luke-bauman commented 5 years ago

Currently this package does not allow for keyboard navigation to the add to calendar button. Anchor elements without an href are not selectable using the tab key or other keyboard focus changing methods.

Adding href="javascript:void(0)" would make this keyboard accessible - or this could be converted to a button to resolve and more semantically correct.