addyosmani / addyosmani/polymer-filters
Filters on arrays only work once.
Open
bug
- Dominant language
- JavaScript
- Stars
- 102
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
See http://jsbin.com/goqisemeta/5/edit. The filters work on the first binding, but because of how Polymer expressions handle arrays, subsequent updates to the arrays don't run through the filters again, meaning that the UI ignores any changes to array objects.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.