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(autocomplete): not closing when tapping away on mobile #5260

Merged
merged 1 commit into from
Jun 22, 2017

Commits on Jun 22, 2017

  1. fix(autocomplete): not closing when tapping away on mobile

    Currently the autocomplete panel won't close when tapping away on iOS, because the browser doesn't fire the click event on anything that it doesn't consider clickable. These changes add a `touchend` listener that will handle the functionality on mobile.
    crisbeto authored and jelbourn committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    ebd4619 View commit details
    Browse the repository at this point in the history