Josh
Results
2
comments of
Josh
Applied this change to my node module and it's working now as well. Thanks, @m5lk3n!
I dug into a workaround for this issue for our project. As OP suggested the issue is that `focus` only fires `this.lookup("")` when `!this.focused`. https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/fc2d5dce4a5406d9b924224e395d5647918707c7/bootstrap3-typeahead.js#L609-L618 Selecting doesn't automatically blur the...