autocomplete
autocomplete copied to clipboard
How to set default value?
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?