-
Updated
Sep 7, 2020 - JavaScript
css-modules
Here are 759 public repositories matching this topic...
-
Updated
Aug 18, 2020
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 4, 2018 - CSS
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Apr 13, 2017 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Mar 16, 2017 - JavaScript
-
Updated
Sep 1, 2020 - TypeScript
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 7, 2017 - JavaScript
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 17, 2019 - JavaScript
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Feb 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the css-modules topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the css-modules topic, visit your repo's landing page and select "manage topics."
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?