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.
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
Comment #1
danielb commentedWhat 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.
Comment #2
DrupalKing commentedI 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.
Comment #3
danielb commentedAutocomplete (textbox) and Select lists are two separate types of form element.
Comment #4
DrupalKing commentedAh, so you cannot have an autocomplete Select list?
Comment #5
danielb commentedNope, sorry mate
Comment #6
DrupalKing commentedFor 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
Comment #8
bjsomers commentedHochmania,
Can you explain how you accomplished this with ctools and views? I can't find the option to enable the jump list...
Thanks!