I am really new to reool, and I have a select dropbox that has around 50 options, however the option names are really similar in the beginning like:
This is my Option 1
This is my Option 2
This is my Option 3
This is my Option 4
but since on the UI i do not have a lot of space to show the entire text, i was hoping to add a tooltip to the option with hover event for making it easier for users to know which one are they using.
Can you help me with this, I'm really new to jQuery/retool, so please dont mind if the question isn't up to the mark and is general knowledge.
If you're trying to reference the currently selected value you can use {{select1.value}} in this test case. Hope this helps, let me know if you have any questions! :)\
What i meant to say was Tooltip field accepts string input. I have a bunch of options in the dropdown, i want the tooltip to show the full value of option the mouse is hovering over(since the dropdown is smaller in size and can not display the full value in itself.)
@Chris-Thompson Yeah, i get that part for the selected value... but i want a tooltip to show the full value of the option the mouse is hovering over but not yet selected.
Ah I see, ScottR is right here, I don't think there is a good way to do this at the moment. I'll write up an internal feature request! In the meantime, would using a radio group component work here?