We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently checkbox in admin listings are rendered with empty labels. https://github.com/bolt/core/blob/4.1/assets/js/app/listing/Components/Filter.vue#L8
That leads to bad accessibiltiy.
Add accessible names and apply "visually-hidden" class to these labels. Something like this
<label class="visually-hidden">Select all</label>
The text was updated successfully, but these errors were encountered:
Hi @Chi-teck , nice catch and tracking the source of the issue.
Can I assign this issue to you? :-)
Sorry, something went wrong.
@I-Valchev I am not quite familiar with Bolt internals to fix this properly.
This is fixed in: #2545. Not sure why that doesn't pop up here.
No branches or pull requests
Details
Currently checkbox in admin listings are rendered with empty labels.
https://github.com/bolt/core/blob/4.1/assets/js/app/listing/Components/Filter.vue#L8
That leads to bad accessibiltiy.
Proposed solution
Add accessible names and apply "visually-hidden" class to these labels.
Something like this
The text was updated successfully, but these errors were encountered: