Tooltips for html and markdown elements #2193
Replies: 2 comments
-
Interesting, I never thought about tooltips in |
Beta Was this translation helpful? Give feedback.
-
It seems pretty complicated to add support for nested elements in with ui.element():
ui.html('This is <u>HTML</u>...')
ui.tooltip('...with a tooltip!') Or: with ui.element().tooltip('...with a tooltip!'):
ui.html('This is <u>HTML</u>...') This basically wraps the HTML element in a container with a tooltip. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add the possibility to add a tooltip for html and markdown elements.
Example: Custom HTML-label with subscript for a number input in a scientific application.

See also discord question:
Beta Was this translation helpful? Give feedback.
All reactions