Questions tagged [polymer-1.x]

28 questions
7
votes
1 answer

How to filter an iron-list in polymer 1.0?

The dom-repeat element offers a filter attribute. Is there a similar way to filter with iron-list? For example: Given a list of people, I want to filter the ones born in a specific city.
Emerson Bottero
  • 328
  • 5
  • 9
3
votes
3 answers

Property change not reflecting in UI when its set from dom-repeat's function - Polymer

I have array of objects and a property, my dom-repeat structure is like as below