-
Notifications
You must be signed in to change notification settings - Fork 81
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
Equals does not work with the current version. #37
Comments
Hi @Pixney-William, Looks like the js file in codepen is pointed to the same file which is in the master branch. Could you please check the diff between the 2 files you have? |
So, I downloaded the one from release and does not have @sha256 could you please update both versions (release and npm)? |
I still see that the "equals" validation rule has not been included in an official release. Is there any chance of that happening soon? I have also installed Pristine 0.1.9 via npm and that rule is not included and that appears to be the latest release. |
Maybe it's obvious and not necessary, but here is small copy-paste piece, re-creating equals validator while problem is resolved.
|
Here's a "fix" |
Works with the version included in the codepen. Tried that version locally and works fine. But with the version installed through npm
"pristinejs": "^0.1.9"
doesn't work.The text was updated successfully, but these errors were encountered: