Would be better to know if form state is valid before validate is called We have const { isValid, data } = form.validate(); if the isValid from validate is exactly same as the exported isValid, the exported isValid is not very useful
Would be better to know if form state is valid before validate is called
We have const { isValid, data } = form.validate();
if the isValid from validate is exactly same as the exported isValid, the exported isValid is not very useful