Fredrik Mikal Wold
Fredrik Mikal Wold
**Is your feature request related to a problem? Please describe.** I want to be able to position the SideSheet component to the right or left side of the screen **Describe...
This pull request improves autocomplete type safety. The way it works now is that if the options are different from an array of strings then `optionLabel` is required. Typescript does...
### Description The current implementation has both: `hidden={!isOpen}` `{isOpen && children}` Not being able to control how collapsable content is shown, can cause issues when combining it with forms. If...
### What would you like to tell us?
This pull request fixes the aligment of content inside the `Chip` component before:  after: 
## Description When using multiple sortable columns with the move helper (as shown in the documentation example), dragging an item downward in one column unexpectedly moves it to the top...
## Description I'm using the Radix UI `Collapsible` component together with `Command`. There's an issue when the `CommandList` is unmounted and remounted — specifically when a `CommandItem` contains an ``...
Hi, I’m running into an issue where opening a dialog inside a draggable element causes the parent draggable to move whenever I try to interact with the dialog. I found...
I’m trying to implement drag-and-drop column ordering in a table, and I’d like to disable vertical auto-scrolling while dragging. I came across the `AutoScroller` plugin, but I’m not sure how...