We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd appreciate a general callback so i can find out when typeahead is initialized and done prefetching etc.
For example:
$("input").typeahead({ name: 'description', prefetch: 'search.json', limit: 1000, callback: function(){ alert("Typeahead is ready for you!"); } });
The text was updated successfully, but these errors were encountered:
In v0.9, a custom event will be triggered on the typeahead input when the prefetched data has been loaded.
Sorry, something went wrong.
Excuse me, could I ask what's the event name? I could not find it on the document.
No branches or pull requests
I'd appreciate a general callback so i can find out when typeahead is initialized and done prefetching etc.
For example:
The text was updated successfully, but these errors were encountered: