jquery-ui autocomplete

jquery-ui autocomplete

I have a series of autocomplete fields in a form. Each one has a unique name and id.

I would like to add a drop down button next to the input field, that would initiate the auto-complete to display all of the available options.

I don't want to use a combo box, as I want the use to be able to enter in a new option that isn't in the list.

Can someone explain how to do this.

Thank you.