bootstrap-ajax-typeahead
bootstrap-ajax-typeahead copied to clipboard
How to call 'select' event manually
I've an 'onSelect' event in typeahead which perform certain functions. Now I want to select any random value from list and manually fire 'onSelect' event.
I can see 'select' event but no examples to demonstrate it. If you could share any examples that would be great. Thanks.