You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the photo uploader, the icons to edit and delete uploaded images should have title attributes.
Describe the solution you'd like
Title attributes and configurable text which controls the content.
Describe alternatives you've considered
I'm not aware of a way to style this in using CSS.
The text was updated successfully, but these errors were encountered:
We have implemented title attributes for the edit and delete buttons in the uploader. This addition allows users to see tooltips when hovering over these icons, providing clearer functionality.
Additionally, you can customize the text of these tooltips through locale overwriting.
The keys for these titles are: file-item-edit-button and file-item-remove-button.
If you have any further questions or need assistance with localization, please let us know!
Is your feature request related to a problem? Please describe.
In the photo uploader, the icons to edit and delete uploaded images should have
title
attributes.Describe the solution you'd like
Title attributes and configurable text which controls the content.
Describe alternatives you've considered
I'm not aware of a way to style this in using CSS.
The text was updated successfully, but these errors were encountered: