-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing property tooltip for List component #5826
Comments
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
Hello @SAP/ui5-webcomponents-topic-p , The reporter wants a way to set a custom tooltip to the 'X' button when the List is in 'Delete' mode. Currently the tooltip defaults to 'Delete' but the user's use case is a bit different. Could you please discuss if this feature request should be implemented? Regards, |
Internal Reference: BGSOFUIPIRIN-5928 |
Introduced delete button slot, that allows custom delete button. If the slot is unused, the default delete button will be used instead. Closes: SAP#5826
* feat(ui5-li): introduce deleteButton slot Introduced delete button slot, that allows custom delete button. If the slot is unused, the default delete button will be used instead. Closes: #5826
Is your feature request related to a problem? Please describe.
Yes, basically when we use "List" component with the mode "Delete", the default tooltip is "Delete". However in our context we use the List to remove a value, not delete it.
Describe the solution you'd like
Add a "tooltip" property to overload the default "delete" tooltip.
Describe alternatives you've considered
NA
Additional context
Unfortunately, we are forced to used List component cause the SAP Fiori standard.
The text was updated successfully, but these errors were encountered: