Collaborne / paper-search

A Material Design search bar (Polymer)
https://www.webcomponents.org/element/Collaborne/paper-search
Apache License 2.0
51 stars 28 forks source link

paper-filter-dialog: Iron-list gets saved on closing via 'X' button #6

Closed TheSPD closed 7 years ago

TheSPD commented 7 years ago

The iron-list component which shows all the possible values for the filter retains values even when it is closed via the 'X'(Not save filters).

To replicate the issue try this in the demo

Select Age -> select 0-12 -> Back and exit with 'X' If dialog is opened again, Age list still shows 0-12 selected.

ronnyroeller commented 7 years ago

Thanks a lot for reporting the issue, @TheSPD Feel free to provide a PR an I will merge it.