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

[WIP] Rerender alpaca form when schema or data changes #37

Closed samchrisinger closed 8 years ago

samchrisinger commented 8 years ago

TODO:

toddjordan commented 8 years ago

@samchrisinger had a chance to look at this? If swamped, I think I can get some time next week to pick it up...

toddjordan commented 8 years ago

@samchrisinger I went ahead and merged with 1 additional change. Took the render out of didReceiveAttrs and moved it to didUpdateAttrs (which removed the if (this.get('element') check around it)