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
-[`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"`and`type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction`the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).
0 commit comments