Skip to content

update-items not working on mobile Chrome #75

@miloskrca

Description

@miloskrca

Hi,
the update-items event does get triggered on change but the value that the event handler gets invoked with is always the same.

E.g.

  1. initialise the component with value "foobar"
  2. set an update-items listener as defined in the docs
  3. add a console.log to log the "text" value
  4. start typing in the input and changing the value

After de-focusing the input (click anywhere else outside the input field), the "text" value gets updated to the current input value.

What I expect?
The "text" value changes to reflect the input value changes.

What happens?
The "text" value is always "foobar".

OS
Android 8.0.0

Browser
Chrome 69.0.3497.100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions