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
It turned out that form.reset() works wrong with current way of checking/unchecking checkboxes.
form.reset()
Such variant was introduced in 012de48 as a fix for previous change made for a11y: db4a138
Is there any way to satisfy a11y and get rid of attr() setter?
attr()
The text was updated successfully, but these errors were encountered:
cc @aristov
Sorry, something went wrong.
According to WAI-ARIA Authoring Practices for Checkbox widget, it should be possible to use aria-checked attribute.
aria-checked
No branches or pull requests
It turned out that
form.reset()
works wrong with current way of checking/unchecking checkboxes.Such variant was introduced in 012de48 as a fix for previous change made for a11y: db4a138
Is there any way to satisfy a11y and get rid of
attr()
setter?The text was updated successfully, but these errors were encountered: