Skip to content

Commit

Permalink
fix: selectbox missing required name (#729) (#925)
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
6 people authored Jan 23, 2024
1 parent 7e857c5 commit 47159be
Show file tree
Hide file tree
Showing 16 changed files with 734 additions and 468 deletions.
13 changes: 13 additions & 0 deletions .hintrc
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"
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.3",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^27.5.2",
"@types/node": "^20.10.2",
"@types/react": "^18.2.41",
Expand Down
32 changes: 6 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47159be

Please sign in to comment.