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
Cannot add a tooltip to an Icon placed inside a List Item component.
Adding a tooltip to an icon in a List component item row could be useful in certain cases. In this specific case, there were multiple icons in the row, and adding a tooltip could clarify their behavior.
Currently, we can only add a tooltip to the List Item component or components using slot="actions-start", but not to icons within the List Item component using slot="content-start".
Acceptance Criteria
The ability to use a tooltip for an icon in a List Item.
Description
Cannot add a tooltip to an Icon placed inside a List Item component.
Adding a tooltip to an icon in a List component item row could be useful in certain cases. In this specific case, there were multiple icons in the row, and adding a tooltip could clarify their behavior.
Currently, we can only add a tooltip to the List Item component or components using
slot="actions-start"
, but not to icons within the List Item component usingslot="content-start"
.Acceptance Criteria
The ability to use a tooltip for an icon in a List Item.
Relevant Info
version:
1.0.0-beta.62
workaround: Use
slot="actions-start"
on the iconWhich Component
List: https://developers.arcgis.com/calcite-design-system/components/list/
Icon: https://developers.arcgis.com/calcite-design-system/components/icon/
Example Use Case
Here is a codepen: https://codepen.io/dulldrums/pen/XWgrrqM
The text was updated successfully, but these errors were encountered: