SuperRefine didn't do field validation #7111
flyingduck92
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have sign up page with zod validation and shadcn-ui (already using Tailwind v4).
But the optional field didn't give me error notification (like thisfield must be filled).
When I filled the optional field gives me an error like this.
A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions