This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
v3.35.7
Tags forwarded ref
To apply a tooltip correctly to the Tag
, we had to refactor the component to use forwardRef
.
We were able to remove the tagRef use internally. Seems that it was not needed anymore to validate the animation was on the correct element.
At the same time, we fixed an issue with the focus ring tag radius and also improve the X
button placement (so that the focus ring doesn't overlap the tag content)