I add a rule to validate search text ( for now it returns true if you type "European Nightjar" ) and set autocomplete for that field. The problem is when selecting an item from the autocomplete list it generates blur event and tries to validate against whatevery I typed. I could validate the field on select again but I don't like the fact error message comes on and off.
I was wondering if there is a way to override either validation or autocomplete so that blur won't happen when selecting from the autocomplete list.