You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've been using shadcn's form for my website but cant make it work as I expected. String validation works OK and user is always required to fill those. But I cannot make Select and Switch components to work. For the selections I have enums that I tried to build following this link: https://github.com/colinhacks/zod?tab=readme-ov-file#zod-enums
Problem:
The form does not inform the user that they need to select an option and set consent to true
The form cannot actually be submitted. Nothing happens on Submit press.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey y'all!
i've been using shadcn's form for my website but cant make it work as I expected. String validation works OK and user is always required to fill those. But I cannot make Select and Switch components to work. For the selections I have enums that I tried to build following this link: https://github.com/colinhacks/zod?tab=readme-ov-file#zod-enums
Problem:
Beta Was this translation helpful? Give feedback.
All reactions