GoTeamEpsilon / angular-to-react-redux

Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
MIT License
107 stars 12 forks source link

Perform Validations on blur of fields #72

Open MatthewVita opened 7 years ago

MatthewVita commented 7 years ago

React: https://github.com/christianalfoni/formsy-react/wiki/validate-on-blur

Angular: approach tbd

ghost commented 7 years ago

I don't get how the notes for this issue match up with what you're asking for?

Angular definitely has this via the $pristine thing or something doesn't it?

MatthewVita commented 7 years ago

Perhaps I didn't word this elegantly. What I'm getting at is that as soon as a user starts typing, it complains (does this in both apps):

image

MatthewVita commented 7 years ago

Oops, I linked the wrong thing!!! It was supposed to be https://github.com/christianalfoni/formsy-react/wiki/validate-on-blur