fabbricadigitale / paper-chip

A chip web component made with Polymer 2 following Material Design guidelines
http://webcomponents.org/element/fabbricadigitale/paper-chip
MIT License
31 stars 16 forks source link

Observer on values property in paper-chip-input is not invoked on pushing/popping/splicing #32

Closed ihabiboellah closed 7 years ago

ihabiboellah commented 7 years ago

In serveral places in paper-chip-input, values is changed using this.push, this.pop or this.splice. However, I noticed that the observer function _onValuesChanged is not invoked.