I am playing around with the Jquery Autocompleter in sfFormExtraPlugin but I am having trouble when i need to create a value not already in the autocomplete list.
The form always submits and empty value for the field with the autocomplete on it... i have found the mustMatch config option which is off by default .. i have also set it explicitly to off for the field in question.
Incidentally I have noticed if mustMatch is set to true the value in the field doesn't automatically clear.. it will remain with whatever was typed in...
Perhaps the problem lies with bugs in the JQueryAutocompleter? I am starting to suspect this is the case.