Hi,
Does anybody knows how can I workarround the default icon tooltip?
This is a NumericContent object (sap.suite.ui.commons), and was built on XML side:
(...)
<com:NumericContent iiconDescription="Example" size="S" icon="sap-icon://add-product"/>
(...)
By using "iconDescription" it doesn't prevent the default icon tooltip when we mouse over it (check the image bellow, I want to change "add-product" with a proper tooltip). It works fine but around the object, not right over it.
Does anyone have an idea how to solve this?
I've already tried something like: icon="{src: 'sap-icon://add-product}', tooltip: 'test'}"
It didn't work (the page even rendered).
Thanks in advance,
Hugo Oliveira