I have a template repeat, shown below:
<template repeat="{{ data | removeEmpty}}">
<div>
<paper-input label="{{ [0] }} input description" required
floatingLabel></paper-input>
</div>
</template>
This template works fine for when the data is updated through actually
setting the data to be a different value so the initial render works fine
going through the filter.
I updated the two-way bound variable data by changing the input of a text
box which effectively DOES change the data. Now that the data has been
changed, the template should re-render. It does not.
Now if I take the filter, removeEmpty, off the template will update. Is
this a bug in polymer?
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/541c3354-019f-405d-8a4e-014af9578f78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.