GetIsValid
Returns the state of the form
GetIsValid()
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { getIsValid } = formUser;
getIsValid();
Returns the state of the form
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { getIsValid } = formUser;
getIsValid();