Skip to content

Releases: asimanaghayev/Validator

v0.1.1

07 Dec 12:36
Compare
Choose a tag to compare

Added pre checking all the fields on initialization

A simple library to cleanly validate on-screen input views

03 Feb 00:38
Compare
Choose a tag to compare

A simple library to cleanly validate on-screen input views.
It will enable/disable your destination view(for ex: button to continue) in the result of validation.

For now it is only checking each input view every update and it enables your destination view if each view is valid with your rules.