-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: selectbox missing required name (#729) --------- Co-authored-by: jzfrank <[email protected]> Co-authored-by: christopherkindl <[email protected]> Co-authored-by: Touha Zohair <[email protected]> Co-authored-by: mbauchet <[email protected]> Co-authored-by: severinlandolt <[email protected]> Co-authored-by: mbauchet <[email protected]>
- Loading branch information
1 parent
7e857c5
commit 47159be
Showing
16 changed files
with
734 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"extends": [ | ||
"development" | ||
], | ||
"hints": { | ||
"axe/name-role-value": [ | ||
"default", | ||
{ | ||
"button-name": "off" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.