Below is my code:
var availableTags = ["ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "ColdFusion", "Erlang", "Fortran", "Groovy", "Haskell", "Java", "JavaScript", "Lisp", "Perl", "PHP", "Python", "Ruby", "Scala", "Scheme"]; $("#City").autocomplete({ source: availableTags });
From Documents , the default behavior is a kind of dropdown
consistent elements. But for me it looks like
Screenshot:
There are 10 results available, use the up and down arrow keys to navigate.
![enter image description here](https://fooobar.com//img/48589819a55ace30e42a1fa4586f1f79.png)
Sorry, I could not reproduce this behavior in jsfiddle. Navigation is done using the up and down arrow keys. I do not want this, how can I return to the default default? Please share your suggestions.
Updates:
With the @Anton link, I was able to delete the verification message, however dropdown
does not show . But I can navigate using the up / down arrow keys. Any feedback on this?