Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): Skip validation when going to previous field (#285)
In my opinion, this would make user experience better. Say you made a typo in the previous field but you already went to the next one, now you *need* to fill the current field correctly before you can fix the previous field. This also keeps validation intact, because the field still needs to be valid to progress to the next field.
- Loading branch information