lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
608 stars 92 forks source link

Update index.tsx #146

Closed Millennion closed 2 years ago

Millennion commented 2 years ago

Allow users to disable focus for the main player container. Pass the tabIndex prop, instead of hardcoding it to 0.

lhz516 commented 2 years ago

If we set the tabIndex to -1, it will lose some of the keyboard events. What's the use case that does not want focus?