-
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
ui.combobox returns different types of values #1615
Comments
@MartinBarus I managed to reproduce it on Wave 0.22 but not on master (with the latest changes, next release). 0.22Screen.Recording.2022-09-08.at.11.11.20.movAfter PR 1538 - latest changesScreen.Recording.2022-09-08.at.11.10.05.movCurrently checking what was the bug and will write some tests to ensure it won't happen again. cc: @mturoci |
@aalencar I managed to repro it yesterday on master. The problem is that your combobox implementation relies on hitting enter at the end of typing. Instead, we should update Repro steps should be something like:
|
I checked wrong branch, please ignore my last comment. |
sometimes the return value is string (when selected by dropdown), sometimes, if you type some text in it, list is returned instead, for the same instance.
You can also use this tutorial to reproduce https://wave.h2o.ai/docs/examples/combobox
The text was updated successfully, but these errors were encountered: