Fredrik Mikal Wold

Results 9 issues of 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...

💡 feature request

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?

enhancement

This pull request fixes the aligment of content inside the `Chip` component before: ![image](https://github.com/equinor/design-system/assets/25079611/9cebf495-d458-4504-9962-b44a23852f44) after: ![image](https://github.com/equinor/design-system/assets/25079611/2aa7537a-aa9f-49ef-a2eb-fe7f5bfee783)

## 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...