-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Higher Order Components #15
Comments
Hi @newbreedofgeek Thanks |
Ok, let me take a look. |
@newbreedofgeek |
@wassimz I'm looking at this now... |
@wassimz I had look and it's indeed possible to support react-validation-mixin with StepZilla. But it needs an upgrade to the core library. I'm hoping to push this put in the next few days as I need to test it for backward compatibility. |
@newbreedofgeek Thanks |
@wassimz I'm worked out how to it and am making the change now, the tricky part now is making it backwards compatible. I should be able to push a new version of StepZilla by tomorrow with the fix. |
@wassimz sorry, my update broke the core functionality. It's a bit more complicated then I planned. I should be able to work it out by tomorrow. There is some work in progress that I've checked in: I've updated your code to fix some issues and allow for StepZilla integration. It does nto fully work yet but I should be able to finish it by tomorrow. |
Excellent @newbreedofgeek. Thanks for the time and effort you spent on my issue. |
@wassimz give it a go :) You need version 4.3.0 so do a npm update. full working code is in: Don't forget the new setting 'hocValidationAppliedTo' which is required when using react-validation-mixin as per README: |
@newbreedofgeek
Can we use a wrapped component. I am using the react-validation-mixin to validate the form input an as a setup we need to wrap the component around the selected strategy. It seems that the isValidated() method not applied ??
The text was updated successfully, but these errors were encountered: