Response title
This is preview!
I wanted to try out the new 1.4.0 alpha because of the new filter widget.
This is the current situation:
- <form>
- <fieldset data-role="collapsible" data-theme="a" data-content-theme="a">
- <div data-role="controlgroup">
- <label for="a" >A:</label>
- <select name="a" id="a" >
- <option value="" >Option 0</option>
- ...
- </select>
- ...
- <label for="e" >E:</label>
- <select name="e" id="e">
- <option value="" >Option 0</option>
- ...
- </select>
- </div>
- </fieldset>
- </form>
I could make those selects filterable by simply addingdata-filter="true" to each of them.
But, I find the result not that user-friendly.
I would much rather have the filter only show up in the non-native (for mobile) pop-up.
Like in this fiddle:
http://jsfiddle.net/sEMyT/2/
Is this possible with the new alpha (maybe by changing the data-target)?
© 2013 jQuery Foundation
Sponsored by and others.