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 noticed in the example provided that you are using a regular form element, not the Form from Remix. In my own tests I don't see any difference between them. My question is am i missing out on anything by not using Remix Form?
exportdefaultfunctionForm(){constmethods=useRemixForm();return(<RemixFormProvider{...methods}>// pass all methods into the context<formonSubmit={methods.handleSubmit}><buttontype="submit"/></form></RemixFormProvider>);
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
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed in the example provided that you are using a regular form element, not the Form from Remix. In my own tests I don't see any difference between them. My question is am i missing out on anything by not using Remix Form?
Beta Was this translation helpful? Give feedback.
All reactions