0.0.0-beta.13 • Published 8 months ago

ember-formidable v0.0.0-beta.13

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ember-formidable

Form manager for Ember.

Compatibility

  • Ember.js v4.12 or above
  • `ember-modifier 4.1 or above
  • Embroider or ember-auto-import v2

Installation

ember install ember-formidable

Usage

<Formidable @values={{data}} @handler={{handler}} as |api|>
  <form {{on 'submit' api.onSubmit}}>
    <input type='text' id='foo' {{api.register 'foo'}} />
    <button id='submit' type='submit'>SUBMIT</button>
  </form>
</Formidable>

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

0.0.0-beta.9

8 months ago

0.0.0-beta.8

8 months ago

0.0.0-beta.9.0

8 months ago

0.0.0-beta.11

8 months ago

0.0.0-beta.10

8 months ago

0.0.0-beta.13

8 months ago

0.0.0-beta.12

8 months ago

0.0.0-beta.7

8 months ago

0.0.0-beta.6

8 months ago

0.0.0-beta.5

8 months ago

0.0.0-beta.4

8 months ago

0.0.0-beta.3

8 months ago

0.0.0-beta.2

8 months ago

0.0.0-beta.1

8 months ago

0.0.0-beta.0

8 months ago

1.0.0-beta.1

9 months ago

1.0.0-beta.0

9 months ago