I want vertically grouped checkboxes with a search filter.
Is there a way to style a regular Search filter list to look like vertically grouped checkboxes?
or
Can I add the search filter to the group of checkboxes?
Example started: http://jsfiddle.net/NwbZu/
You can use CSS to get the
listviewto compress into a smaller space:Here is a demo: http://jsfiddle.net/NwbZu/2/
When you search this will not update the list, for instance if you search for
6in the demo you will get only one item and it will not be updated to have all its corners rounded. You can however achieve this using JS (I’m not sure if you can make selections in CSS for only visible elements).Let me know if you have any questions.