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

fix(VAutocomplete): fix screenreader navigation #19199

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. fix(VAutocomplete): fix screenreader navigation

    Screen readers need the options role in order to
    successfully redirect arrow navigation to the options.
    Without this change, keyboard navigation is broken
    when having a screen reader on.
    
    fixes vuetifyjs#18858
    Martin-Idel committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b21655e View commit details
    Browse the repository at this point in the history
  2. fix(VCombobox): fix screenreader navigation

    Screen readers need the options role in order to
    successfully redirect arrow navigation to the options.
    Without this change, keyboard navigation is broken
    when having a screen reader on.
    
    fixes vuetifyjs#18858
    Martin-Idel committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b82b29a View commit details
    Browse the repository at this point in the history