Skip to Content
0
Former Member
Jul 20, 2016 at 12:04 PM

HTML title attribute in UI5 Link

965 Views

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