We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that category headers were not being shown, because this is not available in .each(). that was defined, but should be used.
this
that
Also, I've added removing the active element when moving the mouse outside of the list, if selectOnBlur = false .
active
selectOnBlur = false
Hopefully you find it useful:
> $ diff bootstrap3-typeahead.js bootstrap3-typeahead.js.orig 345c345 < if (that.showCategoryHeader) { --- > if (this.showCategoryHeader) { 658,660d657 < if (! this.selectOnBlur) { < this.$menu.find('.active').removeClass('active'); < }
The text was updated successfully, but these errors were encountered:
I approve the fix (see #357)- could not test the enhancment
Sorry, something went wrong.
No branches or pull requests
Hi,
I noticed that category headers were not being shown, because
this
is not available in .each().that
was defined, but should be used.Also, I've added removing the
active
element when moving the mouse outside of the list, ifselectOnBlur = false
.Hopefully you find it useful:
The text was updated successfully, but these errors were encountered: