Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

$setValidationErrors does not change classes on input #239

Closed
judocode opened this issue May 19, 2016 · 0 comments
Closed

$setValidationErrors does not change classes on input #239

judocode opened this issue May 19, 2016 · 0 comments

Comments

@judocode
Copy link

judocode commented May 19, 2016

$setValidationErrors will change the appropriate object to valid/invalid, however, it does not change the classes.

In the following example you can see that after $setValidationErrors is triggerd, the username's object changes from invalid: false and valid: true to invalid: true and valid: false, however, the class does not change from valid to invalid.

http://www.webpackbin.com/E1TaWZvz-

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants