5.7.8
Fix bug with validation:
- hit submit immediately
- tap a field, change the value to be correct, now change it to be invalid. The error wouldn't show until you blur
The fix:
when hitting submit, mark all fields that have rules as blurred, so validation runs on change