ember-cli-twitter-typeahead
ember-cli-twitter-typeahead copied to clipboard
Is it possible to use a flat array for the options
Is it possible to use a flat array for the options rather than objects? E.g:
options = [
'accountant',
'athlete',
'auditor'
]
The component would support whatever you can pass into typeahead.js, does that plugin support this @davidpike7?