The default blueprint for ember-cli addons.
npm install ember-power-select-typeaheadNaive implementation of a typeahead component on top of ember-power-select.
Compatibility
------------------------------------------------------------------------------
* 0.9 requires Ember 3.20 or above
* 0.8+ requires Ember 3.11
* Versions belog 0.7.4 work in 2.12+
Installation
------------------------------------------------------------------------------
```
ember install ember-power-select-typeahead
With simple strings:
`hsb`
{{number}}
With complex objects:
`hsb`
{{user.name}}
Note: See API reference for ember-power-select for additional options you can pass to ember-power-select-typeahead
- http://ember-power-select.com/docs/api-reference
In your app's stylesheet, you must import the built-in styles in this order:
`css
/*
your custom variables goes here
*/
Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
License
------------------------------------------------------------------------------
@import 'ember-power-select';
@import 'ember-power-select-typeahead';
``