Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.

Dropdown API based values are not reflecting the selected value in renderer #123

Open
@keqhash

Description

@keqhash

Steps to produce:
Create form with dropdown. this dropdown is getting its values from custom API.
image

View form renderer and select any value from the values returned in the API.
Save the form any where you want.
Open the form renderer again by assigning the form configuration and the form data.

Result: the selected dropdown value is not reflected.
image

The main reason: the value is injected Before the API response returned.
The form renderer should wait till all api calls finish then should inject the form data and render.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions