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.