From ef441dcc75050abba45ae05316ea429dc23c70ba Mon Sep 17 00:00:00 2001 From: adrien guernier Date: Tue, 12 Sep 2023 17:28:44 +0200 Subject: [PATCH 1/2] [Doc] Introduce improve ReferenceManyToManyInput doc --- docs/ReferenceManyToManyInput.md | 312 +++++++++++++++++++++++++++++-- 1 file changed, 301 insertions(+), 11 deletions(-) diff --git a/docs/ReferenceManyToManyInput.md b/docs/ReferenceManyToManyInput.md index 8d1218b8ea4..9a9935bd6e7 100644 --- a/docs/ReferenceManyToManyInput.md +++ b/docs/ReferenceManyToManyInput.md @@ -5,7 +5,7 @@ title: "The ReferenceManyToManyInput Component" # `` -This [Enterprise Edition](https://marmelab.com/ra-enterprise) component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider when the user submits the form, so that they can cancel the changes before submission. +This [Enterprise Edition](https://marmelab.com/ra-enterprise) component allows to create, edit or remove relationships between two resources sharing an associative table. The changes in the associative table are sent to the dataProvider _when the user submits the form_, so that they can cancel the changes before submission.