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

Is it possible to use a flat array for the options

Open oddnavy opened this issue 9 years ago • 1 comments

Is it possible to use a flat array for the options rather than objects? E.g:

    options = [
        'accountant',
        'athlete',
        'auditor'
    ]

oddnavy avatar Mar 04 '15 00:03 oddnavy

The component would support whatever you can pass into typeahead.js, does that plugin support this @davidpike7?

Dhaulagiri avatar Nov 03 '15 14:11 Dhaulagiri