Skip to content

5.7.8

Compare
Choose a tag to compare
@zackify zackify released this 08 Jan 16:14
· 14 commits to master since this release

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