FormProps
Form props available to navigations
Properties
<form encType>
- enhancing beyond the normal string type and limiting to the built-in browser supported values
Indicate a specific fetcherKey to use when using navigate=false
The HTTP verb to use when the form is submit. Supports "get", "post", "put", "delete", "patch".
A function to call when the form is submitted. If you call event.preventDefault()
then this form will not do anything.
Prevent the scroll position from resetting to the top of the viewport on completion of the navigation when using the
Determines whether the form action is relative to the route hierarchy or the pathname. Use this if you want to opt out of navigating the route hierarchy and want to instead route based on /-delimited URL segments
Forces a full document navigation instead of a fetch.
Enable view transitions on this Form navigation