This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
autocomplete: can't tap outside to close dropdown on mobile #8996
Labels
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
resolution: duplicate
type: gestures
Comments
topherfangio
added
the
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
label
Jul 25, 2016
@clshortfuse Why don't you go ahead and work on this one too. If you run into trouble, reach out to me and I can assist. |
Someone contains provisional solution? |
@marlonmleite – a temporary workaround is discussed in #9581. ( |
For those that need a workaround and don't want to sacrifice it on all devices, here's what I'm using. Add during your Angular app config phase. :
|
I will merge this issue into #9581 (regardless of the issue number now) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
resolution: duplicate
type: gestures
Actual Behavior:
What is the issue?
Can't close autocomplete dropdown by touching outsideWhat is the expected behavior?
Close autocomplete dropdown by clickingCodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
https://material.angularjs.org/HEAD/demo/autocompleteDetails:
Angular Versions: *
Angular Version:
1.5.5Angular Material Version:
masterAdditional Information:
Browser Type: *
ChromeOSBrowser Version: *
V52OS: *
ChromeOSStack Traces:
It seems touch events aren't allowed.
md-select
doesn't have this issue.@bradrich This might interest you.
The text was updated successfully, but these errors were encountered: