-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[Tooltip] Hangs matInput on iPhone #8331
Comments
An annoying thing with plunker is that |
Thanks Will. I was not aware. |
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip. Fixes angular#8331.
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip. Fixes angular#8331.
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip. Fixes angular#8331.
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip. Fixes #8331.
Fixes an issue, caused by HammerJS adding `user-select: none` to the trigger element, that prevents users from being able to type inside inputs on iOS, if they have a tooltip. Fixes angular#8331.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Normal editing.
What is the current behavior?
Only allow one character input.
What are the steps to reproduce?
Open this on an iPhone: https://tinyurl.com/yd8k7pyt
Full plunker here: http://plnkr.co/edit/ySZamMTpNdhqmg59iPOO?p=preview
What is the use-case or motivation for changing an existing behavior?
n/a
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
See plunker. Only iPhone has the issue for what I know. In both Chrome and Safari.
The text was updated successfully, but these errors were encountered: