Skip to content
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

fix(frontend): remove duplicate id for searchbars #3000

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

Erb3
Copy link
Contributor

@Erb3 Erb3 commented Dec 10, 2024

Only one element should have the same id. The id is used to link with the label's for attribute. There may be similar issues other places, but this is the one that was brought to my attention.

Resolves #2999

Only one element should have the same id. The id is used to link with the label's `for` attribute. There may be similar issues other places, but this is the one that was brought to my attention.

Resolves modrinth#2999
@Geometrically Geometrically added this pull request to the merge queue Dec 10, 2024
Merged via the queue into modrinth:main with commit 7d480ff Dec 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Doubled "search" element Id on /mods
2 participants