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
I put a combobox in page, and try to update choices and value in another event handler, no effects, the choices and value are kept in origin state, in same event handle, I set a text widget with a new content, it's OK.
Another testing, I restore wave to 0.21.0, same code, this time the choices are updated successfully (value of combobox not updated)
Wave SDK Version, OS
h2o-wave-0.22.0, Ubuntu 20.4
Actual behavior
I put a combobox in page, and try to update choices and value in another event handler, no effects, the choices and value are kept in origin state, in same event handle, I set a text widget with a new content, it's OK.
Another testing, I restore wave to 0.21.0, same code, this time the choices are updated successfully (value of combobox not updated)
Expected behavior
Choices and value updated successfully
Steps To Reproduce
My testing code:
The text was updated successfully, but these errors were encountered: