From 5b0beafba616adc002a68c9f1a1c424baa8919ba Mon Sep 17 00:00:00 2001 From: Zdravko Kolev Date: Thu, 31 Oct 2024 14:05:36 +0200 Subject: [PATCH] Another one --- en/using-data-in-your-app/form-builder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/using-data-in-your-app/form-builder.md b/en/using-data-in-your-app/form-builder.md index ecd583f..212ceb2 100644 --- a/en/using-data-in-your-app/form-builder.md +++ b/en/using-data-in-your-app/form-builder.md @@ -89,8 +89,8 @@ Future validation enhancements will include: The following known issues and limitations apply to the initial release of Form Builder, launched on October 28: - **Form Reset behavior** discrepancy between App Builder runtime experience and generated application runtime: - - In App Builder the Reset behavior upon button click falls back to the initial values state upon Editing a record; Clears the form upon Adding of a record. - - For generated app the reset button click behavior clears the Form, set the form controls to empty values. + - In App Builder, the Reset button click reverts to the initial values when editing a record, and clears the form when adding a new record. + - In the generated application, the Reset button click clears the form by setting all form controls to empty values. - **Form Copy-Pasting**: Copying and pasting a form currently results in the original form losing its data bindings, which transfer to the newly pasted form instance. - **Boolean Required Flag**: There is ambiguity in implementing a required Boolean field, particularly for cases like “accept terms of service.” - **Submit/Reset Behavior**: The Submit/Reset functionality has been adapted to work within both template and reactive forms but may still experience inconsistencies.