Server side validation #6124
Replies: 1 comment 1 reply
-
You've caught us at a good (medium good?) time, because we've moved our validation subroutine to an isomorphic library (read: no JSDOM needed) here: @formio/core. We're still actively making modifications to it, but you should start there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to find a lightweight way to validate data using a custom endpoint.
I tried
But of course, this doesn’t work because Webform relies on JSDOM.
Has anyone managed to get this working in a similar context?
Beta Was this translation helpful? Give feedback.
All reactions