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
Thanks for the report. This has been resolved via #1166 and a fix will be available in Ionicons 6.1. In this release, developers will be able to set a custom title attribute on ion-icon. This title will be shown in a tooltip when hovering the icon.
Prerequisites
Describe the Feature Request
Ionic icons currently render a child
<title>
element that displays as a tooltip during hover.There are many cases where the name of the icon is not the same as a meaningful value that should be displayed to the user.
Setting
title
or using other tooltip approaches results in multiple tips being displayed.Feature request: Allow the user of the component to override (or suppress) the title.
Describe the Use Case
Some use cases include:
Describe Preferred Solution
<ion-icon title="My custom title" ... />
Support blank value to prevent title display
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: