Andrew Duthie
Andrew Duthie
Thank you for releasing the new version! And for maintaining this useful gem ❤️
Thanks for moving the issue to the correct location. I'd have an interest in seeing this forward, though may not have the bandwidth to do so right away. Happy to...
Will we be picking this up again soon? Or can we close the pull request and reopen it when we're ready to revisit?
> > Will we be picking this up again soon? Or can we close the pull request and reopen it when we're ready to revisit? > > @aduth We have...
For additional context, I encountered this when updating to USWDS 3 in our project. See https://github.com/18F/identity-style-guide/pull/345 for our workaround, plus before/after screenshots ("before" being the default USWDS 3 display with...
> * Support icons in tooltips without removing behaviors? Can you clarify what you mean by this? As part of adding a new Storybook section in 2e91d66, I noticed that...
@sperro Did this issue start happening recently? I know there's been a couple other Tooltip component changes in the recent [3.8.1 release](https://github.com/uswds/uswds/releases/tag/v3.8.1) (#5909, #5919) which might be related to what...
@sperro Ah, yeah, it'd been a while since I wrote the pull request so I forgot I included that specific error in the original message. This may fix the issues...
Another workaround, and one I'm considering for my use-case: If you need children elements but they're not meant to be interacted with (e.g. an icon), you can apply `pointer-events: none`...
Thanks for the reviews, @mahoneycm and @mejiaj . I've been able to circle back to this work and address your comments. >top and right tooltips seem to be working as...