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

szantog’s picture

Project: Sexy Exposed » Views Live Filters
Version: 6.x-1.0-alpha2 » 6.x-1.x-dev
Status: Active » Needs review

I 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.

ezekiel’s picture

That fix allows me to see my second select box but by changing the event the form is not submitted, therefore no results.