ember-cli-twitter-typeahead icon indicating copy to clipboard operation
ember-cli-twitter-typeahead copied to clipboard

An ember cli typeahead component based on Twitter's jquery typeahead

Results 6 ember-cli-twitter-typeahead issues
Sort by recently updated
recently updated
newest added

I'm getting `Uncaught TypeError: Cannot read property 'update' of undefined` for `typeahead.dropdown.update(this.$().val());` Any thoughts what might be the cause?

EG If you have "Fig" and "Fig Newton", type "Fig" -- then it autocompletes to Fig Newton if you tab out.

I am trying to hide the footer and have tried several things like not specifying a footerTemplate or directing it to an empty controller property. The only way I have...

Is it possible to use a flat array for the options rather than objects? E.g: ``` options = [ 'accountant', 'athlete', 'auditor' ] ```

Per a few comments over the last year or so on different pull requests, this add-on seems to need a maintainer. Could we combine forces with https://github.com/aupac/ember-aupac-typeahead so that we're...

Wouldn't it be great to support the `suggestions` custom template other than `footer` and `empty`? That way developers would be able to customize the appearance of suggestions - read [here](https://twitter.github.io/typeahead.js/examples/#custom-templates)