views:

11

answers:

0

I have a page with two search boxes, one with jQuery Autocomplete and one plain. To make sure that the correct search query is submitted, I've placed the search boxes in Panels. However, when I select a value from the autocomplete drop-down, the query is immediately submited.

Is there a way to override this behaviour, without resorting to js black magic? :)