-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: Fix target id in searchfield label #23464
UI: Fix target id in searchfield label #23464
Conversation
…js#23463) The for attribute value was not set to match the hardcoded value used for the search input id.
I might need some guidance with the DangerJS failures in the build, I'm not sure I should be making changes to package-lock.json files. I made no changes to dependencies, and the project seems to be managed by yarn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @plumpNation thank you so much for this contribution, and sorry it took us time to review it. Looks great! <3
Closes #23463
What I did
The for attribute value was not set to match the hardcoded value used for the search input id. This is invalid HTML and creates an error issue in chrome dev tools "Issues" tab.
How to test
yarn task --task sandbox --start-from auto --template react-vite/default-ts
Checklist
MIGRATION.MD
Maintainers
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli/src/sandbox-templates.ts
["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]