Hi, I have a TagInput in which some of the tags that I want to render I longer than the TagsInput width itself. Is there a way to limit the Pill text to the width of the TagInput and have a Tooltip on the Pill? Am I even using the correct element for this or would/does Mantine provide something that would support my use case
#Limit width of Pill in TagsInput
5 messages · Page 1 of 1 (latest)
You can customize component styles with Styles API
Can you give me a short hint as to how? What should I look for? Sorry if this is a dummy question.
Thanks for the link. I managed to shorten the pill but am unclear on how to add a tooltip to the pill. Is there a way that you know of?