Replies: 1 comment
-
|
hey, ur form is likely failing validation silently. u're missing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, first off I'm a bit of an idiot. Sooo there may be a really simple explanation to this that I missed, never the less thanks in advance for however you help me if you do! :^)
Anyway, using NextJS V14 and everything I'm trying to make a Form inside of a Dialog. The issue is it doesn't submit at all when I click submit, but upon further testing, I've found that even an example provided by shadcn doesn't even work???
Anyway, here's my code:
Also here's my schema (in another file, yes it is imported correctly):
And again, I probably missed something major lol, but I've been at this for hours and I'd really appreciate some help. Thanks in advance! :D
ps: sorry for how much code is here.
Beta Was this translation helpful? Give feedback.
All reactions