jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
ShowNoSuggestionNotice can be a function. Fix of noSuggestionNotice.
Hey there. I added option to specify function as showNoSuggestionNotice. It's helpful when there is need to dynamically decide weather to display noSuggestionNotice or not. The function takes suggestions as only argument, thanks to that You can decide to show notice when e.g suggestions are shorter than 3.