ember-model-select
An ember-cli addon to provide a searchable model select box with infinite scroll support.
The addon composes ember-power-select, ember-infinity and ember-concurrency to provide an easy to use generic model select box based on ember-data models. It can be used in any place where one might want to search for models without the need for extra JavaScript code.
Documentation
View the docs here.
Compatibility
- Ember.js v3.4 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
Installation
ember install ember-model-select
Related addons
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.