Change tab key behavior when navigating results? #175
Replies: 2 comments 3 replies
-
Hello @ronmichael, I get where you're coming from, you could be getting that unusual feeling mostly because of the "convention" deviation you're getting exposed to which may vary from one person to another based on the conventions they're oriented to. I would suggest that we vote on this one before making any decision that might impact other users negatively. Please let me know your thoughts. Have a nice day, cheers! :) |
Beta Was this translation helpful? Give feedback.
-
First off, I love Autocomplete.js — thanks for working on such a great tool. Here's my two cents! I think the current functionality goes against user expectation which is bad for user experience. It also may not align with the WAI-ARIA Authoring Practices 1.1 specification. Adam Silver wrote about this here: https://adamsilver.io/blog/building-an-accessible-autocomplete-control/#composite-controls-should-have-a-single-tab-stop
Also, I wonder if it may be a bad idea to use a votes trigger in order to make improvements that are accessibility related or are easy for folks to overlook (not everything is familiar with how these type of UIs normally work or should work, so they just overlook it). |
Beta Was this translation helpful? Give feedback.
-
One thing I found peculiar about autoComplete.js - something different from most autocompletes I've found - is the tab behavior. Tab just navigates further down the suggestion list. Might I suggest that a tab select the current item - as Enter does - and then actually tabs out of the field? I've made this change in my own copy of the code and it feels much more intuitive for users.
Beta Was this translation helpful? Give feedback.
All reactions