Skip to content

[Docs] - 08 - Fragment #75

Open
Open
@Drosscend

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:

  1. Both fields being connected to the same variable creates a conflict
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions