There seem to be three methods for setting hovers on a SelectItem:
The first can be used to set a tooltip if the user hovers over the SelectItem item.
The second or third I thought could be used to set a tooltip if the user hovers over a specific SelectItem item on an expanded SelectItem.
However, the methods do not seem to have any function.
Is it possible to set a tooltip if the user hovers over a specific SelectItem item on an expanded SelectItem at all?
Thanks
fatzopilot
Code:
addItemHoverHandler setItemHoverFormatter setItemTitleHoverFormatter
The second or third I thought could be used to set a tooltip if the user hovers over a specific SelectItem item on an expanded SelectItem.
However, the methods do not seem to have any function.
Is it possible to set a tooltip if the user hovers over a specific SelectItem item on an expanded SelectItem at all?
Thanks
fatzopilot
Comment