jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
update findBestHint function
Hello,
When hitting the backward key in the search input I got a "Cannot read property 'toLowerCase' of undefined" error.
I solved the issue with editing the findBestHint function when suggestion.value doesn't exist.
Thanks