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
scenario:
Dropdown is dependent on the dropzone.
1.Drop a file on the DropZone and dropdown will be populated with options
2.select one option, this will update the "selectedOption" in the StepUIState
3. Now remove the file from the dropzone
Issue: The Dropdown's list is emptied in the StepUIState but the "SelectedOption" does not get emptied/updated.
The text was updated successfully, but these errors were encountered:
scenario:
Dropdown is dependent on the dropzone.
1.Drop a file on the DropZone and dropdown will be populated with options
2.select one option, this will update the "selectedOption" in the StepUIState
3. Now remove the file from the dropzone
Issue: The Dropdown's list is emptied in the StepUIState but the "SelectedOption" does not get emptied/updated.
The text was updated successfully, but these errors were encountered: