zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

How can I disable change Slider on Key 'Up' or 'Down' #211

Closed LexaDel closed 3 years ago

LexaDel commented 3 years ago

Hi!

I don't need change slider value on key 'up' or 'down'. I didn't find props which it could help.

Could you add that props?

LexaDel commented 3 years ago

I found, how i can do it.

When render thumb, need overload props onFocus={()=>{}}