Emerson / ember-form-master-2000

A simple form builder for Ember built as an Ember-CLI addon.
MIT License
40 stars 18 forks source link

Problem with 422 Error Support #39

Open tobsch opened 8 years ago

tobsch commented 8 years ago

unfortunately, in case of an array of errors on a single field (which is what ember-data does all the time), only "[object Object]" is shown as an error.

Any ideas?

mhoncharov commented 8 years ago

Create new PR. Until merged you can use my fork. It differs by only one commit.