Validation onChange in forms not working #7379
FelixBlaisThon
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encoutered it in my codebase, on code that had not change for months. When I hoped on mantine/dev I noticed that the validation did not work there either. I might be missing something (like the validation is onSubmit and the example does not have it)
In my case it's regarding enhanceGetInputProps. I have a collection of inputs called 'todolist' for the sake of the example. Before, when removing todos, it would throw the error if the 'todos.length <2 ', but not anymore.
Help!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions