Closed Everlag closed 8 years ago
If you view anything from a remote source in the typeahead, it drains the displayed options and they are never seen again.
To reproduce: search 'windswept', clear the field, search 'windswept' again, note the difference in results.
The forked typeahead.js repo we use is ~20 commits ahead of the one we have pinned, perhaps upgrading would be a quick solution?
The splice over here is likly to responsible as it only affects remote queries and drains the amount of suggestions we show.
If you view anything from a remote source in the typeahead, it drains the displayed options and they are never seen again.
To reproduce: search 'windswept', clear the field, search 'windswept' again, note the difference in results.
The forked typeahead.js repo we use is ~20 commits ahead of the one we have pinned, perhaps upgrading would be a quick solution?