We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can only register on_close event, but not on_open` event. It's useful to refresh items when combo box is selected.
on_close event, but not
Currently I can use on_option_hovered, but it triggers everytime mouse move over an option
on_option_hovered
ComboBox::new().on_open
crates.io release
Windows
No response
The text was updated successfully, but these errors were encountered:
on_open
combo_box
Hi @WZ-Tong,
I have submitted a PR to add the new feature.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I can only register
on_close event, but not
on_open` event.It's useful to refresh items when combo box is selected.
Currently I can use
on_option_hovered
, but it triggers everytime mouse move over an optionWhat is the expected behavior?
ComboBox::new().on_open
Version
crates.io release
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: