mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update react-19.md (#6813)
This commit is contained in:
@@ -186,7 +186,7 @@ Actions are also integrated with React 19's new `<form>` features for `react-dom
|
||||
|
||||
When a `<form>` Action succeeds, React will automatically reset the form for uncontrolled components. If you need to reset the `<form>` manually, you can call the new `requestFormReset` React DOM API.
|
||||
|
||||
For more information, see the `react-dom` docs for [`<form>`](/reference/react-dom/components/form), [`<input>`](/reference/react-dom/components/input), and [`<button>`](/reference/react-dom/components/button).
|
||||
For more information, see the `react-dom` docs for [`<form>`](/reference/react-dom/components/form), [`<input>`](/reference/react-dom/components/input), and `<button>`.
|
||||
|
||||
### React DOM: New hook: `useFormStatus` {/*new-hook-useformstatus*/}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user