Jason

Results 103 comments of Jason

We need to match whatever UXpin is here, it looks like uxpin has the target size > 24px

Putting on ice until we have a better use case for what we need this for.

My recommendation here is that we take a hybrid approach. To address the immediate concern with buttons, we should use `:has` to progressively style the first element that is followed...

@thuey I would like to see it. I was primarily thinking of a polymorphic component for 2 reasons: - Allowing for a standard implementation to be rendered without needing to...

For an example of copy functionality, look at the existing `CopyToClipboardButton` component for Cauldron docs: https://github.com/dequelabs/cauldron/blob/develop/docs/components/CopyToClipboardButton.tsx

I dug into this. The underlying cause is that `ClickOutsideListener` checks for default prevented: https://github.com/dequelabs/cauldron/blob/e93ae35e849e875a2d11efd0c05118cf8a9323a7/packages/react/src/components/ClickOutsideListener/index.tsx#L28-L30 In documentation, navigation links prevent default to prevent the link from performing a navigation. I'm...

Closing, I'm not aware of anywhere that we currently need this and we can create a new issue if needed later.

Sorry for the delay on this @tbusillo but is this something you want to try to get up to date on or just defer?

> @scurker I'd be open to doing it. Is the original issue still valid/have there been any changes to the requirement(s), outside of converting test coverage maybe? Yes, I believe...