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
When using the Dropdown in the side_panel, the list of choices is not updated immediately. But when we close the side_panel and again open the dropdown it updated correctly.
Screen.Recording.2023-02-27.at.08.21.35.mov
Expected behaviour
In the Dropdown, The list of choices should be updated after adding.
The code above tries to recreate the entire side_panel content by clicking the add_choice_button. This is currently not working and is tracked in #1734.
A better solution though would be to update just choices of the dropdown since that's the only thing that changes anyway:
Wave SDK Version, OS
Wave SDK: 0.24.2, OS: MacOs
Actual behavior
When using the
Dropdown
in theside_panel
, the list of choices is not updated immediately. But when we close the side_panel and again open thedropdown
it updated correctly.Screen.Recording.2023-02-27.at.08.21.35.mov
Expected behaviour
In the Dropdown, The list of choices should be updated after adding.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: