ember-multi-input

0.0.24 • Public • Published

Ember-multi-input

note
this is my first addon it's in beta. All comments are welcome

Presentation

ember-multi-input provides a simple helper which gives you a simple way to have a group of editable inputs such as a your list of emails when you send an email from your sending box Easy to use on it's simpliest form, it can be used with some other params to custom thoose with validation, conditions, with simple errors etc... Currently works on ember 2.x, not tested yet on ember 1.13

Installation

  • ember install ember-multi-input

or with npm run
npm install ember-multi-input --save-dev

Using

minal

{{multi-input
  inputGroup=values
}}

avanced using

  {{multi-input
    inputGroup=values
    validation=(action 'validationAction')
    type='email'
    uniqness=false
    max=30
    onEnter=true
    onSpace=false
    clearOnBlur=false
    alwaysShowPlaceholder=true
    placeholder='email'
    mustValidate=true
    valuesContainsSpaces=false
  }}

alt tag alt tag

The following outlines the details of collaborating on this Ember addon.

Installation

  • git clone this repository
  • npm install
  • bower install

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

Package Sidebar

Install

npm i ember-multi-input

Weekly Downloads

33

Version

0.0.24

License

MIT

Unpacked Size

204 kB

Total Files

17

Last publish

Collaborators

  • ngouy