ember-rapid-forms icon indicating copy to clipboard operation
ember-rapid-forms copied to clipboard

showErrorsOnRender doesn't notice validation errors

Open riklaunim opened this issue 8 years ago • 1 comments

Backend returns data that can be invalid and in edit em-form I set showErrorsOnRender=true which just marks every field green while some are invalid and model.validations fields confirms it. I have to try editing a field for the ember-cp-validations to trigger correctly. Is there some extra setup needed to make this work or it's a bug? ;)

riklaunim avatar Nov 28 '17 14:11 riklaunim

That is some strange behaviour. It's probably a bug. Gonna try and reproduce that. If you could create a failing test that would be great.

spruce avatar Dec 03 '17 22:12 spruce