toddjordan / ember-cli-dynamic-forms

An Ember addon for creating dynamic forms
http://toddjordan.github.io/ember-cli-dynamic-forms/
MIT License
35 stars 16 forks source link

Should have the ability to apply a custom event handler #2

Open toddjordan opened 8 years ago

toddjordan commented 8 years ago

Should be able to add a function to a field or a group of fields, that is invoked on a specific named event to allow for the form to be updated appropriately by the function when the event occurs.

Event handlers will go in forms/events/* and must implement a function that handles an event that takes free form arguments. It must also provide the name of the event its interested in.