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(slider): Focus handle on keyboard interaction #1071

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarkoOleksiyenko
Copy link
Contributor

No description provided.

@MarkoOleksiyenko MarkoOleksiyenko linked an issue Dec 20, 2024 that may be closed by this pull request
@MarkoOleksiyenko
Copy link
Contributor Author

on:keydown notation is deprecated in Svelte 5, however, with the new onkeydown seems like multiple event handlers rely on event propagation, so with event.stopPropagation() local event handler doesn't work

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.

[Slider] Keyboard navigation unfocus on range slider
1 participant