mustMatch is exactly the option you should use in this case. Can you provide a testpage?
Jörn On Tue, May 13, 2008 at 3:17 PM, ssmusoke <[EMAIL PROTECTED]> wrote: > > Hello, > > How can I clear the input field if the user does not select any of the > options. > > I have tried mustMatch but in IE it seems that the text typed must > match the options. Maybe I am not getting it right > > My options are > $("#auto_dropoff_state").autocomplete(dropoff_statecity, { > width: 250, > matchContains: true, > autoFill: false > }); > > Thanks in advance >