For my Vaadin-based application (Vaadin v24.3.8) I would like to have components with tooltips that give a short explanantion plus include a link into a help-document (i.e. referring to a specific anchor in said help page). I tried to simply add a full URL at the end of the description but that is not renderded like a URL and doesn’t make it clickable.
Is that possible somehow? Can one have a clickable URL inside a hover-text? With some limited effort that is…