The autocomplete-window is not popping up – Jquery ajax
I have this input which I want autocomplete with the script bellow. The url returns a list of strings. When I type, the data are shown in console however the autocomplete window does not pop up. What might be wrong?…