-
Notifications
You must be signed in to change notification settings - Fork 61
Remove check for all fields being touched for form to be valid #75
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
Remove check for all fields being touched for form to be valid #75
Conversation
Can anyone help with what is failing here or re run the checks? |
test/library.spec.js
Outdated
email: true, | ||
country: true, | ||
}); | ||
it('returns true if form is valid', () => { | ||
subscribeOnce(instance.isValid).then((isValid) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@subpx thanks for the fix - all looks good to me! Awaiting 1 more review before merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @subpx !
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #47