I have got a dropdown menu with a fixed width, if a label from within the dropdown is too long, then it is currently showing '...' , I want to be able 'on hover' to show the full title of that label within the dropdown. I know with other widgets this has been done by adding a title attribute, how is this done with the dropdown widget ?
Hi Daniel, better to use the one from OutsystemsUI, more customizable.
Hi Christopher , sorry should've explained better, I'm already using the UI widget, but I can't make it wider due to UI design, so if anything is wider that that dropdown then I still want the user to be able to see the full label on hover.
Hi @Daniel Hickinbottom ,
can you share what exact dropdown widget you are using, there are several.
If you don't have a particular preference, one way to do it is to use a standard Dropdown, and change the content to custom. Then add an expression into it (or any other content you want) and on this element, you can add a title attribute for example.
Dorine
Enable Tooltip on Dropdown Options: Set the 'Title' property of each dropdown option to the full label text. This will enable tooltips to display the full label text when hovered over.