Skip to content

site: a11y change select on:change to on:blur #6189

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

Closed
wants to merge 1 commit into from
Closed

site: a11y change select on:change to on:blur #6189

wants to merge 1 commit into from

Conversation

clarkkozak
Copy link

On this part of the tutorial, there's an a11y warning that may be worth fixing: https://svelte.dev/tutorial/select-bindings

  • a11y warned on:blur must be used instead of on:change

  • the warning distracts the user from the tutorial's objective.

- a11y warned on:blur must be used instead of on:change

- the warning distracts the user from the tutorial's objective
@geoffrich
Copy link
Member

This seems to be a duplicate of #5861.

See comments on that PR and issue #4946 for discussion around whether this warning should be removed from the compiler entirely.

@clarkkozak
Copy link
Author

This seems to be a duplicate of #5861.

See comments on that PR and issue #4946 for discussion around whether this warning should be removed from the compiler entirely.

Thanks for noticing that! Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants