You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
Example:
http://plnkr.co/edit/pIcvOOwpwsITthrnlM8R?p=preview
Steps:
If you have something inside an
iron-selectable
child which listens on tap event, it is incapable of setting the selected item.This seems to be because
iron-selectable
catches any tap events and sets the selected item to the child which the event came from.If you put the increment in the example inside
this.async(...)
, it will work because theiron-selectable
handler runs first.The text was updated successfully, but these errors were encountered: