Initialize select options and value when async initialize of default values #4469
-
|
Hi @bluebill1049, The library is great. I have a use case in my application where I should initialize the form from api as well as options for select elements that are dependent on other fields. My implementation:
But I have a field that is dependent on other field value to show options. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@bluebill1049, |
Beta Was this translation helpful? Give feedback.
@bluebill1049,
If a user fill the fields then the value is considered as string and when we set value from api the value is coming as Number or Array and such. Which has caused the problem. Now the issue is resolved and values are initialized.