Stop jQuery autocomplete to filter/search results and populate the entire source array data
问题 Problem: I am using jQuery autocomplete for input type text. I do not want to filter/search the results based on input and want to display all the source array values as suggestions. Any idea how to achieve this? Is there a a method/alternative to just populate an entire array data source as suggestions without searching or flltering? Tech note: I'm actually using an onkeyup/press event in my input[text] which calls an ajax. Upon ajax success the autocomplete is called. jQuery v1.10.2 Query