jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

ShowNoSuggestionNotice can be a function. Fix of noSuggestionNotice.

Open glowka opened this issue 10 years ago • 0 comments

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.

glowka avatar Mar 29 '15 18:03 glowka