This repository was archived by the owner on Sep 5, 2024. It is now read-only.
autocomplete: tapping autocomplete does not focus input on iOS #11793
Labels
os: iOS
This issue is specific to iOS
P2: required
Issues that must be fixed.
resolution: can't reproduce
The team is unable to reproduce this issue with the information provided
severity: regression
This issue is related to a regression
type: bug
ui: mobile
ux: polish
Milestone
Bug
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue:
https://codepen.io/Splaktar/pen/XWrZYbp?editors=1010#0
Detailed Reproduction Steps:
md-autocomplete
What is the expected behavior?
The letters "Ha" should show up in the input and the only option displayed should be Hawaii.
What is the current behavior?
The "Ha" keys are ignored and only the default list of all 50 states is displayed.
You can tap around enough to finally get focus on the input so that you can type, but it is frustrating and error prone.
What is the use-case or motivation for changing an existing behavior?
Basic UX.
Which versions of AngularJS, Material, OS, and browsers are affected?
Is there anything else we should know? Stack Traces, Screenshots, etc.
This is a regression introduced in AngularJS Material
1.1.2
.This is still an issue on HEAD even after PR #11782 which improves autocomplete UX on touch devices.
I'm not sure which of the autocomplete changes in 1.1.2 caused this.
This issue does not occur on Android with Chrome 76.
The text was updated successfully, but these errors were encountered: