Miroslav Stastny

Results 68 comments of Miroslav Stastny

We should add `motion` slot to `Toast` component.

In the repro in the linked tabster issue, if you update the tabster instance to disable tab control: ```jsx createTabster(window, { controlTab: false }); ``` The tab navigation works as...

Workaround: add `preventDefault` to `onKeyDown`: ```jsx { if (e.key === 'ArrowDown') { e.preventDefault(); } }} > Trigger ```

Waiting for partners to enable linting, considering for H2/2024

@bsunderhus please check this one, might be related to recent scrollbar-related changes.

We should use the same logic as in Tree actions to keep the trigger rendered when the menu is open.

This issue should be resolved by #34154. Reassigning to @dmytrokirpa

Perhaps a duplicate, cannot repro outside of stackblitz. @ling1726 can you please check?