Home > front end >  In Voiceover Iphone ,after selecting suggestions focus is not shifting to input combobox
In Voiceover Iphone ,after selecting suggestions focus is not shifting to input combobox

Time:12-09

Even though we are shifting the focus to input through the javascript code, the focus is going somewhere else instead of going to the input.

Same issue is observed in w3 aria combobox as well as in link https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-none.html

Expected behaviour: In voiceover,Focus should move to the input after selecting any suggestion from the dropdown

CodePudding user response:

If you add some code it's easier to answer your question. Without code examples, we are only guessing.

CodePudding user response:

The current version of this pattern is here, and it seems to work a little better: https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-autocomplete-list.html

Otherwise, these are mostly illustrations on how something could work. The code is not meant to be put in production environments as is.

  • Related