nickschot / ember-model-select

An ember-cli addon to provide a searchable model select box with infinite scroll support.

Home Page:https://nickschot.github.io/ember-model-select/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-model-select

Build Status Ember Observer Score npm version

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.28 or above
  • Ember CLI v3.28 or above
  • Node.js v16 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.

About

An ember-cli addon to provide a searchable model select box with infinite scroll support.

https://nickschot.github.io/ember-model-select/

License:MIT License


Languages

Language:JavaScript 78.1%Language:Handlebars 15.6%Language:HTML 3.5%Language:SCSS 2.8%