Allow tooltip on disabled ui.select
#4396
Simun17
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 2 replies
-
Hi @Simun17, I can't reproduce your problem. b = ui.button('Click me').tooltip('This is a tooltip')
ui.checkbox('Enable', value=True).bind_value(b, 'enabled') ![]() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm now trying to make a select button that disables when certain conditions are not met and I wanna display a tooltip when hovered over that says the reason why the select button is disabled. But the problem is that every time I disable the button, the tooltip is also disabled.
So that's the idea, make some specific tooltips (call them disable_tooltips) that are visible when the component is disabled and they give more info (such as how to enable the component or something similar). Or if someone knows, how would this be possible.
Beta Was this translation helpful? Give feedback.
All reactions