Closed cassiozen closed 4 years ago
(Refers to #16)
Improves A11y support:
getHandleProps
tabindex
outline
It is up for debate, but you might want to release this as a major version, since it might break existing projects for not providing a tabindex on getHandleProps.
(Refers to #16)
Improves A11y support:
getHandleProps
now returns by default: role ('slider'), aria-valuemin, aria-valuemax and aria-valuenow.getHandleProps
behavior to not settabindex
and not setoutline
to none.