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!