-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
With the Polymer 2.0-preview, I have
<iron-swipeable-pages selected="{{selectedIndex}}"> attached to
selectedIndex: {
type: Number,
value: 0,
observer: '_indexChanged'
}
In my function I check if the value is equal to 2 and then I set this.selectedIndex = 1 and this deselects everything and hides all the pages. Anyone know of a solution?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels