Skip to content

Commit

Permalink
Minor phrasing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Feb 28, 2025
1 parent c943d00 commit 04ad0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Alternatively, if you want to implement custom validation logic, handle the Butt

[note]

React 19 offers a [useActionState](https://react.dev/reference/react/useActionState) hook that allows you to update state based on the result of a form action. When using this hook, [clear](/Documentation/ApiReference/UI_Components/dxForm/Methods/#clear) the Form before submitting:
React 19 offers a [useActionState](https://react.dev/reference/react/useActionState) hook that allows you to update state based on a form action result. When using this hook, [clear](/Documentation/ApiReference/UI_Components/dxForm/Methods/#clear) the Form as the initial step when implementing action:

<!-- tab: App.js -->
import React, { useActionState, useRef } from "react";
Expand Down

0 comments on commit 04ad0c7

Please sign in to comment.