Feature Request - TAB acts as Selecting #453
Replies: 3 comments 5 replies
-
The auro-combobox, to manage as many use cases as possible we model the behavior, interaction, and accessibility standards off of standard HTML. E.g. in this case the select element https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select From this you can see that tabbing into the combobox allows a user to then use the arrow keys to move up and down the list, then using the I also found this UX Exchange Stack Overflow conversation that brings up an interesting point The argument to be had there is that accessibility is the top concern. But, there is also an argument to be had that with the I feel like a lot of the previous confusion over this feature was about business logic that will determine what selection is highlighted based on text input and the automatic attribution of the selected option to the input's value. The current functionality simply reduces the long list of options to make selection easier for the user. To do this would require auro-combobox to know its surroundings or have a deep understanding of the data presented, which we feel is inappropriate from our perspective. I see two paths forward. With the current combobox, as a user moves through the options a screenreader will announce that an option is selected. Once the As for awareness of pre-selected content from the options, I would want to offer a solution where you can extend and customize the functionality of the auro-combobox in your own app. As stated, you are best to own this particular business logic and it's not something we should dictate how to be used as the use case is pretty limited. But again, even with customization, ensuring an accessible experience is a must. |
Beta Was this translation helpful? Give feedback.
-
@jason-capsule42 and @jordanjones243 what are your ideas for supporting this update? Let's get in this discussion ideas for how to update the element. |
Beta Was this translation helpful? Give feedback.
-
UPDATE: this update will be addressed along with other similar deliverables in Q2 of 2024. |
Beta Was this translation helpful? Give feedback.
-
A while back FlightSearch requested a feature update for the aurocombobox where tabbing would 1) select a city based on a selection criteria and 2) move on to the next field. Here is the previous issue discussion: AlaskaAirlines/auro-combobox#77
In legacy we have seen that hitting TAB either selects the first item in the list if it does not match an exact item. Like typing "SE" then TAB will select "Seattle (All Airports)" the first item in the list. However, typing "SEA" then TAB will select "SEA - Seattle, WA - Seattle/Tacoma" which is an exact match to when they hit TAB
Auro has said their not implementing this change, however FlightSearch stakeholders still would like this implemented. If this is still the case. we would like to explore innersourcing
Beta Was this translation helpful? Give feedback.
All reactions