react
redux
javascript
stylelint
css
engineering
babel
front-end
webpack
yarn
eslint
jest
css-modules
flowtype
grab
study-plan
-
Updated
Sep 7, 2020 - JavaScript
The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:
"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"
Is there a way we can remove the redundant role or at least provide a way to override the value?