ember-rapid-forms
ember-rapid-forms copied to clipboard
showErrorsOnRender doesn't notice validation errors
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? ;)
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.