Skip to content
This repository has been 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 opened this issue Mar 9, 2022 · 0 comments

Comments

@keqhash
Copy link

keqhash commented Mar 9, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant