I'm using typeahead.js 0.10.2
If i have a field with numbers to autocomplete i have strange problem.
First time it's ok. I input numbers, suggestions shown, i select something from dropdown.
But if i remove everything in the field and try to type again, i have error in console and no dropdown shown.
Uncaught TypeError: undefined is not a function typeahead.bundle.js:944
Input.normalizeQuery typeahead.bundle.js:944
areQueriesEquivalent typeahead.bundle.js:1091
checkInputValue typeahead.bundle.js:998
onInput typeahead.bundle.js:962
proxy jquery.js:513
jQuery.event.dispatch jquery.js:4409
elemData.handle
I'm using typeahead.js 0.10.2
If i have a field with numbers to autocomplete i have strange problem.
First time it's ok. I input numbers, suggestions shown, i select something from dropdown.
But if i remove everything in the field and try to type again, i have error in console and no dropdown shown.