Skip to content

Web Accesibility question on Tui ComboBox and Select #6701

Answered by waterplea
Joshua-Ryan asked this question in Q&A
Discussion options

You must be logged in to vote

Taiga UI has active descendant actually focused at all time — instead of having the select component focused and active descendant appear focused. So you can listen to keydown.tab event. But you would only get the DOM element, not the underlying tuiOption. Better to create a feature request. However I don't think it's a good idea and I haven't seen a UI library that does that. Native Select element just always has active descendent selected, it does not allow you to navigate around options with arrows and then decide not to change value. So I would say it's a mistake in W3C part.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Joshua-Ryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants