Open iSuslov opened 9 years ago
Hi @iSuslov ,
Looking at Twitter's documentation, you should be able to destroy it using the JQuery selector:
$('.typeahead').typeahead('destroy');
This is missing function. The destroy
function should also stop Tracker computation. PR is welcome.
How can we destroy this component?