Hi I Have a list with a filter on it. But I want it's default sate to display no results and only show results when something is typed. Is this possible? Here is an example of my list code
<ul data-count-theme="e" data-filter="true" data-filter-theme="f" data-inset="true" data-role="listview" data-theme="e">
<li><a href="#Sardines">Sardines</a></li>
<li><a href="#">Orange Fish</a></li>
<li><a href="#">Blue Fish</a></li>
<li><a href="#">pink Fish</a></li>
</ul>
</div>
Thanks for your help
S