zillow / react-slider

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

Be able to use prop disabled on Mark Track and Thumb #241

Closed analpz031 closed 2 years ago

analpz031 commented 2 years ago

I want to be able to use disable form props to be able tu custimize classes when slider is disabled.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kris-ellery commented 2 years ago

<div> elements do not have a disabled attribute according to the HTML specification. See MDN Web Docs.