I want to have some sort of custom autocomplete and I thought it makes more sense to customize jQuery's autocomplete. So I'd like to know:
How to force open the autocomplete list?
$("#autocomplete").trigger('autocompleteopen');doesn't work.How to put your own stuff onto the list? Obviously not through
sourceoption, but from outside it.
In other terms, from 1 and 2, I want to have a list of all options (not limited by limit) and I want it open and showing all the options before the user starts to type and regardless of what the user is typing.
Any help would be appreciated.
Cheers
Parsa