flood-simple-form-power-select

0.1.3 • Public • Published

flood-simple-form-power-select

Adds a drop in replacement for the classic select box with an Ember Power Select.

Installation

ember install flood-simple-form-power-select

Usage

{{#simple-form data on-change=(action "handleFormInputChange") as |f|}}
  {{f.input "country" 
    type="power-select" 
    collection=countries 
    optionLabelPath="name" 
    optionValuePath="isoCode" 
    placeholder="Select your Country..." 
    label="Country"
  }}
{{/simple-form}}

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

Readme

Keywords

Package Sidebar

Install

npm i flood-simple-form-power-select

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • ivanvanderbyl