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

selectOnTab not only selecting items but also firing the normal tab event #154

Closed
faulander opened this issue Mar 7, 2023 · 8 comments
Closed

Comments

@faulander
Copy link

faulander commented Mar 7, 2023

Hi,
is there a possiblity to select by tab and also firing the tab event, so that the focus is on the next svelecte element? My users mainly use the keyboard and every single keystroke saved, is a blessing.

Example: i have a dropdown with only two items: "F" and "T". When the user types f, the svelecte gets filtered to only "F". I can then select with selectOnTab but i have to press tab twice to jump to the next select.

@mskocik mskocik closed this as completed in 8f1555b Mar 9, 2023
@faulander
Copy link
Author

@mskocik : Why is this closed?

@mskocik
Copy link
Owner

mskocik commented Mar 9, 2023

Because it has been added.

@faulander
Copy link
Author

aaah, thank you! :)

@faulander
Copy link
Author

@mskocik : Strangely, i have version 4.0.0.0-alpha-7 installed. Did you merge this only into 3.15.2 or can i use any newer version?

@mskocik
Copy link
Owner

mskocik commented Mar 9, 2023

For now it's published only in 3.15.2. Will get to it later today to merge it also to v4

@faulander
Copy link
Author

thank you!

@mskocik
Copy link
Owner

mskocik commented Mar 9, 2023

Okay, I released new v4-alpha, but I think you need to downgrade to 3.15.2. Because I was publishing v4.alpha.1 - aplha.7 as latest by mistake. Only alpha8,9 are correctly tagged @next. Or you can use @next version, but it's missing some of the latest updates from stable version

@faulander
Copy link
Author

downgraded to 3.15.2 - tabOnNavigate works like a charm, thank you!

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

No branches or pull requests

2 participants