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

Bugfix/combobox disable autocomplete in firefox on android #3201

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Disable autocomplete in Combobox to "fix" issue where autocomplete is…

    … broken in Firefox on Android
    
    The bug is that after three "correct" characters are entered in a row, the autocomplete inserts the third character incorrectly, messing up the text in the input.
    This also happens in other implementations of autocomple, like W3C's ARIA Authoring Practices Guide combobox with inline autocomple.
    it-vegard committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8fccf62 View commit details
    Browse the repository at this point in the history
  2. Add changeset

    it-vegard committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c0967f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a773710 View commit details
    Browse the repository at this point in the history