Skip to content

Data binding selected broken #70

@ToeFungi

Description

@ToeFungi

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?

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