Hey there,
I had the same problem.
I looked into plugins/search-autocomplete/js/search-autocomplete.js
You need to change the open function at line 54 :
.find(“a”) to .find(“li”)
Report the same in the search-autocomplete.min.js as it is the one that is use.