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

Add support for key events with autocomplete in Chrome #713

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 13, 2023

  1. Add support for key events with autocomplete in Chrome

    In Google Chrome, when a text field has focus and an input suggestion is confirmed, a `keydown` event is fired. However, the event interface is not a `KeyboardEvent`, which causes the event handler to fail to determine whether it should be called. This change adds a test to ensure that the event handler is called correctly in this scenario.
    tsmd committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    078b21c View commit details
    Browse the repository at this point in the history