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

Prevent typeahead results getting lost on form submit #1112

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

Commits on Oct 9, 2024

  1. Prevent typeahead results getting lost on form submit

    Submitting a form triggers a global click, which closes our overlay. For inputs, the overlay only opens on focusin, so it doesn't come back unless the user blurs and focuses again. This ensures that the overlay always comes back.
    myieye committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7479ce8 View commit details
    Browse the repository at this point in the history