-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When the Autocomplete is the first field on a page it gets focus automatically. If viewing/using on iOS and start typing in address it doesn't work. Work around is to either:
- Click out of the field (keyboard disappears) then click back into the field (keyboard reappears and then you'll see address suggestions as they appear)
- onPage load run:
this.affectedElements.get(0).blur();so that user has to explicitly "click into" the field.
Note if you can not simulate this issue by using first element put the page item in a inline region popup and open with a button.
cc: @neilfernandez
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels