Santiago Bandiera
Results
2
comments of
Santiago Bandiera
@Eliav2 is there any chance that you could upload your progress on this to a branch?
The line `313` from `src/multi-step-form.js` file calls `validate` function without passing the `validate` config object. In my case, changing it into `if (form.validate(settings.validate).subset(view)) {` fix this problem. @mgildea Do you...