I have a filtered list view, using data-filtertext attr on each li, element, some elments are changed or added dinamically. But the filter doesn't work well after data-filtertext is changed on some li elements.
Steps to reproduce: 1. Go to sample. 2. Type blocked at filter bar, the results show Lielement 2 3. Press Alter Filter button, it changes li2 element filter to none and li4 element filter to blocked. 4. Type again blocked at filter bar, it still shows Lielement 2 , it must show Lielement 4
How can i do to refresh filter data of an listview? I'm using $('#liId').listview('refresh')