This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Remote Filter docs can trick users into using depreciated filter methods #7279
Closed
Description
The docs guide you to http://demos.jquerymobile.com/1.4.2/filterable/ because filterable listview is depreciated.
If you are implementing a Remote Data Source you click on the Remote Data Source link, which if you aren't paying careful attention to the URL, takes you back to the old listview code: http://demos.jquerymobile.com/1.4.2/listview-autocomplete-remote/ And you end up implemeting the remote filter using the deprecated methods.