Autocomplete - Overriding the mustMatch criteria
Hello everybody,
I'm using the autocomplete UI feature and I want my field to match one
of the returned value. When I set mustMatch to true and type a bad
letter it completely removes the typed text. Okay it's the planned
behavior.
I want to override this behavior and avoid typing letters that does
not match the "values". Am I clear (French speaking guy not really
fluent in English).
For example if you go to the demo (of the plugin I agree) and that you
try to type in the month field "janu" it will shows "january" but try
to type an other letter than "a" and you'll get an empty input :(
Here : http://jquery.bassistance.de/autocomplete/demo/
Thank a lot for those of you that can help me...and for the other
too ;)