Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku committed Oct 31, 2024
1 parent 780679e commit 5b0beaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/using-data-in-your-app/form-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5b0beaf

Please sign in to comment.