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.