-
Notifications
You must be signed in to change notification settings - Fork 934
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
Sync #94
Conversation
@jquense what are your plans with this? I'd be really interested in having an option to perform sync validation as well as async validation: My usecase would be to be able to do async validations on the server but running the sync subset of these validations on the browser as well in conjunction with redux-form which only supports sync field-level validations. Is there anything I could help you with to get this merged? |
@ctavan yes there is! I'm happy to get this merged but it adds a lot of complexity and i'd let to get some feedback from folks using it. I don't have a lot of use cases right now for sync validations so it's a bit hard to test. IF you want to give it a shot in a project or hit it hard with examples and see if it falls over that would really help a lot towards feeling confident that this isn't going to be a mistake to merge :P |
Cool. I'll rebase the branch and test it in my projects. |
I would be very interested in this. I'm looking for a validation library I can use in conjunction with lokijs and async validation would be very complicated if possible at all. |
I'm currently using ajv which is great except for validation of native dates. |
I will continue working on this as soon as #115 has been merged. |
No description provided.