Open
Description
Documentation Error: Incorrect Field Values in Chapter 8 Date Picker Configuration
In Chapter 8, there is an error in the documentation regarding the configuration of date picker and input fields. The current documentation suggests using dataExt
as the value for both fields, which causes issues:
- Both fields being connected to the same variable creates a conflict
- The form submission fails due to incorrect payload type/format
Correction
The values should be set as follows:
- Date picker:
dataExt.demandeInput.dateDebut
- Input field:
dataExt.demandeInput.nombreJours
This ensures proper field binding and correct payload formatting for form submission.
Metadata
Assignees
Labels
No labels