You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4>You can also use <ahref="https://github.com/jurassix/react-validation-mixin"target="_blank">react-validation-mixin</a> to handle your validations as well! (as of v4.3.0)!</h4>
98
+
</label>
99
+
<br/>
100
+
<divclassName="green">... StepZilla steps can use a mix of basic JS validation of Higer Order Component (HOC) based validation with react-validation-mixin.</div>
// the user is using a higer order component (HOC) for validation (e.g react-validation-mixin), this wraps the StepZilla steps as per hocValidationAppliedTo, so use the provided predicate method to determine if the HOC validation passes/fails
// the user is using a higer order component (HOC) for validation (e.g react-validation-mixin), this wraps the StepZilla steps as a HOC, so use hocValidationAppliedTo to determine if this step needs the aync validation as per react-validation-mixin interface
// if its a form component, it should have implemeted a public isValidated class (also pure componenets wont even have refs - i.e. a empty object). If not then continue
0 commit comments