ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

fix(ui5-option): correct tooltip property forwarding

Open dobrinyonkov opened this issue 1 month ago • 0 comments

As a side effect of https://github.com/SAP/ui5-webcomponents/pull/9015, an issue was introduced, making the tooltip property of the Option unused. This change allows customization of the attributes of the ListItemBase tempalte which the Option and OptionCustom classes implement to forward the tooltip property to the title attribute of the list item.

dobrinyonkov avatar Jul 01 '24 07:07 dobrinyonkov