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
Issue: if a Dropdown/Tagbox has the defaultValue and enables the lazy loading option, the default value is not saved to survey results.
To reproduce the issue, follow these steps:
Run the Lazy Loading demo. The France is set as a default value:
Don't change the value, and complete a survey. Survey data is empty; it doesn't include the default question value:
Expected behavior: survey results include a value specified for a Dropdown:
The text was updated successfully, but these errors were encountered:
Original issue: T12205 - Pre-saved data in dropdown is lost.
Issue: if a Dropdown/Tagbox has the
defaultValue
and enables the lazy loading option, the default value is not saved to survey results.To reproduce the issue, follow these steps:
Run the Lazy Loading demo. The France is set as a default value:
![image](https://user-images.githubusercontent.com/22372972/222196981-2a7ad4f4-ee6b-4b33-b67c-4b7cfba47a1f.png)
Don't change the value, and complete a survey. Survey data is empty; it doesn't include the default question value:
![image](https://user-images.githubusercontent.com/22372972/222197126-76e35e21-144f-41ec-a8f9-53df462fa42e.png)
Expected behavior: survey results include a value specified for a Dropdown:
![image](https://user-images.githubusercontent.com/22372972/222197399-5ae10e40-e5fe-45af-b339-173c09e7cde6.png)
The text was updated successfully, but these errors were encountered: