/ember-power-select-typeahead

Typeahead component built on top of ember-power-select

Primary LanguageJavaScriptMIT LicenseMIT

Ember-power-select-typeahead

Naive implementation of a typeahead component on top of ember-power-select.

Demo

Usage

{{#power-select-typeahead search=(action 'searchAsync') selected=selected onchange=(action (mut selected)) as |number|}}
  {{number}}
{{/power-select-typeahead}}