[Lift] Re: AutoComplete, but optional

2009-11-05 Thread David Pollak
On Thu, Oct 29, 2009 at 5:10 PM, Trav wrote: > > My goal is to use auto complete for "suggested" text box values. > Unfortunately, when using the AutoComplete wiget, the onsubmit > function receives an empty string if a value is not selected from the > drop down. > > Is there any way around this?

[Lift] Re: AutoComplete, but optional

2009-10-30 Thread Trav
My solution was to copy and paste the AutoComplete code and remove the use of the hidden field. The hidden field was what was being used as the form value and it was only updated when the value typed and/or selected was one of the autocomplete values. Removing the hidden field still allows the j