Skip to content

Commit b3303e2

Browse files
authored
Merge pull request #11159 from marmelab/doc/ra-core-ee-e8ea6206eea8e687cbb4e87bb9927f2356d0d204
[Doc] Update RA Core EE documentation
2 parents 9159853 + da2e1c6 commit b3303e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs_headless/src/content/docs/AutoPersistInStoreBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This component prevents data loss in forms by automatically saving the form data
1212
Your browser does not support the video tag.
1313
</video>
1414

15-
The temporary form data is only saved when the user navigates away from the page, and it is removed when the user submits the form or closes the tab. Users can opt out of the prefilling by clicking the "Cancel" button in the notification.
15+
The temporary form data is saved as soon as the user makes a change, and it is removed when the user submits the form. Users can opt out of the prefilling by clicking the "Cancel" button in the notification.
1616

1717
Saved data is not sent to the server. It is only persisted using the [store](https://marmelab.com/ra-core/store/) and is removed when the user logs out.
1818

docs_headless/src/content/docs/useAutoPersistInStore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This hook prevents data loss in forms by automatically saving the form data in t
1212
Your browser does not support the video tag.
1313
</video>
1414

15-
The temporary form data is only saved when the user navigates away from the page, and it is removed when the user submits the form or closes the tab. Users can opt out of the prefilling by clicking the "Cancel" button in the notification.
15+
The temporary form data is saved as soon as the user makes a change, and it is removed when the user submits the form. Users can opt out of the prefilling by clicking the "Cancel" button in the notification.
1616

1717
Saved data is not sent to the server. It is only persisted using the [store](https://marmelab.com/ra-core/store/) and is removed when the user logs out.
1818

0 commit comments

Comments
 (0)