How to use autocomplete/combobox but restricting choices to the select list only?
Hi,
I'm investigating if I can use a JQ UI combobox for my page instead of the existing select box. The problem with my current select box is that it is just too long, and users spend too much time searching for the right value.
I'd like to use the combobox instead, but can't see how to limit the choices that the user can enter to what is in the drop down list. It seems as though the user can enter any value into the combobox.
Is there a way to limit the user's options to specifically what is in the drop down list? I only want the user to be able to submit a choice from a predetermined list.
Thanks!
Eric