Skip to content

Event binding issues, IE11 bugs, and scroll issues

Compare
Choose a tag to compare
@mrsweaters mrsweaters released this 23 Aug 18:44
· 219 commits to master since this release

Fixes several issues:

  • Fix IE input errors experienced when clicking off of an empty input. c89610d (@First87)
  • Bug with scrollIntoView, should not scroll to the top of the input, should scroll to the top of the menu aligned at current caret position. 5e76def
  • Off click and menu hide event issues introduced in V3 have been fixed ec3a63b
  • Fix bug with default noMatchTemplate where search would no longer trigger after no match on backspace. baf3df5

Thank you all for reporting these bugs!