react-rangeslider icon indicating copy to clipboard operation
react-rangeslider copied to clipboard

Make tabIndex configurable

Open pvieira91 opened this issue 7 years ago • 2 comments

Currently the tabIndex attribute is hardcoded (value = 0). This PR changes the component to use the tabIndex from props. Default to 0.

Why: I'm using this lib and I want to make the slider unfocusable. By making the tabIndex configurable I would be able to pass -1 (which disables focus).

It will also help anyone who needs to override the tabIndex order.

pvieira91 avatar Nov 24 '17 14:11 pvieira91

LGTM!

avdeev avatar Dec 21 '17 15:12 avdeev

hi , how to get this version with tabIndex ?

David-moonsite avatar Oct 05 '20 14:10 David-moonsite