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
the expected behaviour is that the formData contains 3 fields: intent, otherIntent and name
Actual Behavior
commenting the prevent default completely ignores the additional formData appended and uncommenting it ignores the intent value of the button. other than creating a hidden input element with otherInten, what are the other ways of appending data into the existing formData via that handler
The text was updated successfully, but these errors were encountered:
I'm using React Router as a...
framework
Reproduction
this is the minimal environment https://stackblitz.com/edit/remix-run-remix-vu4mi2nx?file=app%2Froutes%2F_index.tsx
System Info
Used Package Manager
npm
Expected Behavior
the expected behaviour is that the formData contains 3 fields: intent, otherIntent and name
Actual Behavior
commenting the prevent default completely ignores the additional formData appended and uncommenting it ignores the intent value of the button. other than creating a hidden input element with otherInten, what are the other ways of appending data into the existing formData via that handler
The text was updated successfully, but these errors were encountered: