shadcn-ui / next-template

A Next.js 13 template for building apps with Radix UI and Tailwind CSS.

Home Page:https://template.shadcn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning in form

servesh-chaturvedi opened this issue · comments

I'm facing this warning when changing the username field:
Warning: 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.
Other fields are working as expected.
Also getting duplicate of issue 1456.
Check the code HERE