-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown value clearing #1574
Comments
aalencar
added a commit
that referenced
this issue
Sep 14, 2022
Also: * Fix multi dialog dropdown bug where wave args is set as string for one value and for more than one value it's set as array. * Improve performance of dialog tests. * Refactor filtered items for multi dialog. It was implicitly mutating "items" when calling its setter. closes #1574
aalencar
added a commit
that referenced
this issue
Sep 14, 2022
Also: * Fix multi dialog dropdown bug where wave args is set as string for one value and for more than one value it's set as array. * Improve performance of dialog tests. * Refactor filtered items for multi dialog. It was implicitly mutating "items" when calling its setter. closes #1574
Related to #1154. |
mturoci
added a commit
that referenced
this issue
Sep 16, 2022
mturoci
added a commit
that referenced
this issue
Sep 16, 2022
mturoci
pushed a commit
that referenced
this issue
Sep 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wave SDK Version, OS
0.21.1
Actual behavior
I have two dropdowns and I need to clear the selected value of the second dropdown when the value of the first dropdown changes.
This works fine with form by setting the second dropdown value as
None
.Screen.Recording.2022-08-05.at.20.59.53.mov
When the dropdowns are in a side panel, you need to set the value of the second dropdown as a value except
None
.Scenario 1: Value as
None
- Not working.Screen.Recording.2022-08-05.at.21.04.41.mov
Scenario 2: Value as an empty string - working.
Screen.Recording.2022-08-05.at.21.06.07.mov
Expected behavior
Expect to clear the value of a dropdown in a side panel, when it is set as
None
.The text was updated successfully, but these errors were encountered: