You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Steps to produce:
Create form with dropdown. this dropdown is getting its values from custom API.
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.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to produce:
Create form with dropdown. this dropdown is getting its values from custom API.
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.
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.
The text was updated successfully, but these errors were encountered: