Background goal
When the text exceeds the available space in an InfoChip or InputChip, it will display ellipses to indicate that it is truncated. Since text can become quite lengthy, particularly in an InputChip within a ChipInput on a mobile screen, a Tooltip can be used to show the full label. This will allow users to view the entire text when necessary.
Considerations
- On touchable screens, the Tooltip will be shown by long pressing on the chip.
Acceptance criteria (or Done)
- Display a Tooltip to show the entire label of chips when they use ellipsis in:
- InfoChip
- InputChip
