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.

Home Page:https://whoisandy.github.io/react-rangeslider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A to way roles

deblynprado opened this issue · comments

I'm using this plugin and trying to validate my application with W3C.

They're asking me to add role="slider" to div element that contains "rangeslider rangeslider-horizontal" classes.
Looks like this div are generated by your plugin but I couldn't find a way to add this role.

Is there any way to do it or could you implement a way to pass this using parameters?