Hi all,
I want to utilize the HTML title attribute in my UI5 Link element, but I can't seem to find any support for this. Is there a way to get UI5 to take advantage of the title attribute? To be clear, I mean this:
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title
As in:
<a href="..." title="Tooltip text">Display text</a>
Thanks for any help!
-Chris