ifValidate

fun ifValidate(andThen: () -> Unit)

Validates all fields by touching them first and showing potential errors.

See validate.

When the form is valid andThen is executed.