Replies: 1 comment
-
Would love to hear an answer by somebody here, @filipjnc seems such a basic use case that i'm surprised there aren't more threads asking the same. We have two options at the moment:
All that's needed is that this particular |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a warning validation via zod.refine() for a text field that checks if the item exists already in the database:
I'd like to debounce the warning validation so that it doesn't spam the server on type. The following setting does not work (probably only works with a custom validator:
debounced: { timeout: 1000, },
Beta Was this translation helpful? Give feedback.
All reactions