You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Hi, after trying many different ways to make this work and checking a lot of times that it was all ok I think this may be a JQM bug.
The issue is about Collapsible Listviews, they work perfectly if you put them in plain text as it is in the example http://demos.jquerymobile.com/1.4.0/listview/, but if you try to load the list afterwards and then do the listview() + listview('refresh') it doesn't show the filter, of course data-filter is set to true.
It did work in JQM 1.3.2
Edit:
Ok, I did never do this before, sorry
Here it is the plain text list, just like the example http://jsbin.com/EgOzEfIL/10/
But if you do this dynamically, using JS to load the list it does not work as you can see here http://jsbin.com/EgOzEfIL/14/