Lee Chase

Results 70 comments of Lee Chase

The discussion above indicates selections persist when pagination changes.

Can you create a codesandbox showing this issue. If it is a styling issue then it needs raising in https://github.com/carbon-design-system/carbon/issues with a reference to this issue.

> This is great, @lee-chase. Thanks for taking the time to add this in. I had a question: Should the single button max out at `320px`? It seems to grow...

@thyhmdo apologies for the lack of clarity. - I did try top populate this up front, but had some difficulty with Storybook, which seems to behave differently to IBM Products....

@andreancardona I do not believe this is waiting for response from me.

@tay1orjones & team Switching from the container slider to a toolbar item is a possibility, but would need visual input as to how that is represented in the story. The...

@guidari any further work you would like on this?

@tay1orjones got nudged regarding this a couple of days back by with a desire to use it in an AI Chat workflow. I think I addressed the points, only outstanding...

I can re-create this but, only by not awaiting an async call to axe-core. In brief added a custom matcher ```js async function toHaveNoAxeViolations(node, options = {}) { const result...

@tay1orjones I can add a feature flag, but making use of `enabled` from the type package proved tricky. With `enabled` not defined this `enabled('a-flag')` equates to true causing tests to...