I have a Views based Finder that uses a select list. I unchecked "use submit button" and the Finder shows up correctly but when I select an option, nothing happens.

Comments

danielb’s picture

Category: bug » support

What did you expect to happen? Something needs to submit the form, and that is why there is an option to use a submit button.

If you were using autocomplete fields you can have them auto-submit when a value is chosen. Otherwise you need to write your own javascript/jquery to perform the submit.

DrupalKing’s picture

I want to use autocomplete so no submit button is necessary. How do I enable autocomplete for a select list? I have the autocomplete module enabled.

danielb’s picture

Autocomplete (textbox) and Select lists are two separate types of form element.

DrupalKing’s picture

Ah, so you cannot have an autocomplete Select list?

danielb’s picture

Status: Active » Fixed

Nope, sorry mate

DrupalKing’s picture

For anyone looking for a solution, install Chaos Tools module and that enables a Jump List option in Views that can have the Go button disabled

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

bjsomers’s picture

Hochmania,

Can you explain how you accomplished this with ctools and views? I can't find the option to enable the jump list...

Thanks!