typeahead.js v0.10.2 Release Notes

Release Date: 2014-03-12 // about 10 years ago
    • Prevent flickering of dropdown menu when requesting remote suggestions. [#718]
    • ⬇️ Reduce hint flickering. [#754]
    • ➕ Added Bloodhound#{clear, clearPrefetchCache, clearRemoteCache} and made it possible to reinitialize Bloodhound instances. [#703]
    • Invoke local function during initialization. [#687]
    • In addition to HTML strings, templates can now return DOM nodes. [#742]
    • Prevent jQuery#typeahead('val', val) from opening dropdown menus of non-active typeaheads. [#646]
    • 🛠 Fix bug in IE that resulted in dropdown menus with overflow being closed when clicking on the scrollbar. [#705]
    • Only show dropdown menu if minLength is satisfied. [#710]