bootstrap-ajax-typeahead
bootstrap-ajax-typeahead copied to clipboard
onSelect issue.
There is no possibility to clear the input after select is done. Because in select function after onSelect event is run other code set input value to selected. Correct way should be that onSelect event should be called the last.