Allows to check if a form is in the process of being validated
bool isFormBeingValidated(String formName) { return liteFormController._isFormBeingValidated(formName); }