remove typeahead
Created by: luaz
Typeahead keep on appended to body with no way to remove it.
<ul class="typeahead dropdown-menu"></ul>
Suggestion
// new method
remove: function() {
this.$menu.remove()
}
$typeahead.typeahead('remove')
Perhaps need a function to remove/disable typeahead if necessary