whoisandy / react-rangeslider

A lightweight responsive react range slider component.A fast & lightweight react component as a drop in replacement for HTML5 input range slider element.
https://whoisandy.github.io/react-rangeslider/
MIT License
641 stars 235 forks source link

[feature-request] Add readonly mode for sliders #139

Closed champi-dev closed 5 years ago

champi-dev commented 5 years ago

Add a prop readonly that blocks the sliders.

My use case is for enabling certain users roles to be the only ones that can move the sliders (I'm building a webapp that has different roles, admin, user...)