xdan / autocomplete

jQuery autocomplete plugin like Google autocomplete
MIT License
256 stars 92 forks source link

How to set default value? #40

Open conflicker opened 6 years ago

conflicker commented 6 years ago

Let say the input that has autocompleteJs will dynamically change the value. e.g. $("input").val("test"); How can I trigger autocompleteJs to show result based on the new value of the input?