agarzola / jQueryAutocompletePlugin

Jörn Zaefferer’s (now deprecated) jQuery plugin, with tweaks.
282 stars 151 forks source link

Make no-match more user friendly #11

Open fgosfacdjtq opened 13 years ago

fgosfacdjtq commented 13 years ago

When the option mustMatch is true and the user enters some text that doesn't match any fields the search result box disappears almost instantly (200ms). This instant disappearance can signal an error to the user. It would be better if the search field was highlighted red, and the search result box faded out slowly.

agarzola commented 13 years ago

Thank you for the suggestion, fgosfacdjtq!