ui5-webcomponents
ui5-webcomponents copied to clipboard
fix(ui5-option): correct tooltip property forwarding
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.