Pixabay/jQuery-autoComplete

there's js error when there is not matched suggestion

moxiaxue opened this issue · 0 comments

add to make a process when there is not matched suggestion,such as follow, add the follow statement after line 96:
if (data == undefined || val == undefined) return;