SHADCN Form & Zod Form
Unanswered
Netherland Dwarf posted this in #help-forum
Netherland DwarfOP
Hello, I created a form without useState according to https://ui.shadcn.com/docs/components/form#examples.
When I type inside the input I get this error inside the console :
Here is the code :
When I type inside the input I get this error inside the console :
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. More info: https://reactjs.org/link/controlled-componentsHere is the code :
1 Reply
Netherland DwarfOP
up