Asynchronous validation in use-form hook #3614
Replies: 6 comments 12 replies
-
Mantine form does not current support async validation. This feature is in the backlog. |
Beta Was this translation helpful? Give feedback.
-
Any progress on this? |
Beta Was this translation helpful? Give feedback.
-
It looks like there have been improvements to form in 7.8. Async validation is also a very common use case, so I really hope Mantine supports it. |
Beta Was this translation helpful? Give feedback.
-
This is a huge bummer... I was so happy with the use-form hook... I hope this gets addressed soon. In the meantime, please let us know if you happen to know of any good workarounds. |
Beta Was this translation helpful? Give feedback.
-
Any news about this?? This functionality is really necessary. |
Beta Was this translation helpful? Give feedback.
-
Please consider this basic functionnality at the form level. |
Beta Was this translation helpful? Give feedback.
-
I think that an option to perform asynchronous form validation would be great. Consider the following Electron code.
Typing a value in the TextInput crashes the window with a Zod error saying, "Async refinement encountered during synchronous parse operation. Use .parseAsync instead."
Is this a reasonable feature to request?
Beta Was this translation helpful? Give feedback.
All reactions