[Solution] - Error keydown after event destroyed
cesarcaldi opened this issue · comments
César Correia Caldi commented
if (this.eventSupported('keydown')) {
//this.$element.unbind('keydown.bootstrap3-typeahead'); // WRONG
this.$element.unbind('keydown.bootstrap3Typeahead'); // RIGHT
}