-
Notifications
You must be signed in to change notification settings - Fork 433
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
Async validations #408
base: master
Are you sure you want to change the base?
Async validations #408
Conversation
We probably won't merge anything in using |
Async validation is a critical use case for me and I'm sure it would open up the potential for The impression I get from Is there an ETA on when some form of asynchronous validation will be released? Thanks! |
Have you looked into |
We are actually using this implementation in production. Looks working very well, what you have to do is just have a "global Promise" object. A simple async validation should return the Promise. |
This has never made it into the distro? Thats really unfortunate. I would need that badly. |
Skip validation where there is no need to validate.
Add UNSAFE_ prefix to componentWillMount methods to remove deprecation warnings
change build script name to from prepublish to prepare
@SpadarShut this repo in unmaintained, see https://github.com/formsy/formsy-react/ |
@Semigradsky thanks, I know. I was fixing that just for our corporate fork. |
Commit the built files to the repo to be able to ue this package with Bun
This allows always to validate fields with async functions.