NightCatSama / vue-slider-component

🌡 A highly customized slider component
https://nightcatsama.github.io/vue-slider-component
MIT License
2.39k stars 341 forks source link

feat(slider): add the ability to disable tabindex #651

Closed Flambe closed 1 year ago

Flambe commented 1 year ago

This adds a disable-tabs prop which sets tabindex="-1" on all slider dots so they no longer listen for the tab key press. The default behaviour of vue slider component is not affected.

I've only added english docs as I don't know Chinese and machine translation isn't often good.

Fixes #650