Closed
Description
Problem/question
I am trying to use schemaFormValidate event to make all the form fields validate on external event. After a few hours of digging into my code I've copied a libraries from plunker sample I seen before, and to my surprise I worked. I figured that the behavior changed somewhere after 0.8.2, but I was not able to find any mention on that in the documentation.
Expected behaviour
I expected comment field to notify on validation failure when I click on xxxxx text and schemaFormValidate event is broatcast.
Actual behaviour
In latest version, no indication is happening. in version 0.8.2 it works as expected.
Gist/Plunker/Demo
Example I created for stack overflow question based on v 0.8.2