bassjobsen / Bootstrap-3-Typeahead

The Typeahead plugin from Twitter's Bootstrap 2 ready to use with Bootstrap 3 and Bootstrap 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Solution] - Error keydown after event destroyed

cesarcaldi opened this issue · comments

if (this.eventSupported('keydown')) {
//this.$element.unbind('keydown.bootstrap3-typeahead'); // WRONG
this.$element.unbind('keydown.bootstrap3Typeahead'); // RIGHT
}