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
adding autofocus can be disruptive to a screen reader user experience.
vuejs-accessibility reported
no-auto-focus rule documentation
Note: Disabling the rule at the line level did not work to suppress the rule, so it was added at the top of the file.
Rule is disabled in the code
src/arpa_reporter/views/LoginView.vue
Rule should not be disabled in the code
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why is this issue important?
adding autofocus can be disruptive to a screen reader user experience.
vuejs-accessibility reported
no-auto-focus rule documentation
Note: Disabling the rule at the line level did not work to suppress the rule, so it was added at the top of the file.
Current State
Rule is disabled in the code
src/arpa_reporter/views/LoginView.vue
Expected State
Rule should not be disabled in the code
Implementation Plan
Relevant Code Snippets
The text was updated successfully, but these errors were encountered: