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
If dropdown value has a value initially, for example defaultValue, and survey.data = newData; or survey.mergeData(newData); is called when choices are loading from a server async, then a new value from survey.data is not set correctly. Here is the example and code:
If dropdown value has a value initially, for example defaultValue, and
survey.data = newData;
orsurvey.mergeData(newData);
is called when choices are loading from a server async, then a new value from survey.data is not set correctly. Here is the example and code:The expected value is Italy, but it will be the default value "France".
The text was updated successfully, but these errors were encountered: