Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/combobox disable autocomplete in firefox on android (#3201)
* 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. * Add changeset * Use type checking instead of useEffect to prevent client code from running server side
- Loading branch information