ember-do-forms
ember-do-forms copied to clipboard
Ember-changeset Integration
Reason:
I could not integrate ember-changeset with this addon based on existing documentation and possibly because of a bug. Please let me know if I’m missing something obvious.
This pull request:
- Allows the
do-field
errorMessage
computed property to return a message iferrorsPath
returns an array of strings (as in the case of ember-changeset). - Adds a test for this new code.
- Amends the readme with instructions on how to configure
errorsPath
.