You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Anthropic
changed the title
schemaFormValidate event doen't seem to trigger validation in versions past 0.8.2
schemaFormValidate event doesn't trigger past v0.8.2
Jan 23, 2017
@VladVM could you try it with the current version in development branch? Specifically if you think the test I added in schema-validate.directive.spec.js covers everything?
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
The text was updated successfully, but these errors were encountered: