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
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?
The text was updated successfully, but these errors were encountered:
With the Polymer 2.0-preview, I have
<iron-swipeable-pages selected="{{selectedIndex}}">
attached toIn 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?The text was updated successfully, but these errors were encountered: