Skip to content

UI Bug on iOS #28

@martindsouza

Description

@martindsouza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions