Sorry for my english..
If i use this module with multiple select box, and use http://drupal.org/modules/viewslivefilters the selects doesnt work correctly. On every changes try reload the page, and some changes are not accepted. I dont know, this is a sexy exposed problem, or views live filters.
Comments
Comment #1
szantog commentedI solved it.
This was views live filters problem. In js, the page load start on event 'change'. I changed the event to 'blur', and the sexy exposed worked correct.
Comment #2
ezekiel commentedThat fix allows me to see my second select box but by changing the event the form is not submitted, therefore no results.