[jQuery] Re: Autocomplete selection blanks out input field

2010-01-14 Thread j@verax
Thanks Marty. I implemented your suggestion and it worked. On Jan 12, 2:40 pm, Marty Jones wrote: > I had the same issue.  The "mustMatch" flag causes the second request > to validate the text that was set.  Make sure that the selected input > value can successfully be submitted to your ajax requ

[jQuery] Re: Autocomplete selection blanks out input field

2010-01-12 Thread Marty Jones
I had the same issue. The "mustMatch" flag causes the second request to validate the text that was set. Make sure that the selected input value can successfully be submitted to your ajax request and come back with a hit. If a match is not found the the text's input field will be cleared. On Jan