Tobias Barsnes

Results 163 comments of Tobias Barsnes

I would suggest reflective things, which are super usefule! 😄 ex: ![Image](https://github.com/user-attachments/assets/436b04b0-b0d6-4aef-a5ea-626dde5e7fad)

Since support is sparse, I think we should wait before implemeting this

Closing this as we have a nice sizing technique in DS, and the storefront currently looks good as is. Feel free to open this again, or create a new issue...

We would need to remove the `padding-top` on footer, but I don't see this a problem 🤔 When you use a header or a footer, content is in 99% of...

We need to add a story about how to use this in a `Modal`. Ad outlined in #2053, the `Tooltip` needs `portal={false}` to be set.

Hi, `value` only changes the selected item. You will have to clear the input as well, as this is not done internally when `value` changes, but maybe it should 🤔

> When you say clear the input, do you mean the prop `inputValue`? I tried that too, but could not make it work.. yes, this would need to be updated...

> Here's a codesandbox: https://codesandbox.io/p/sandbox/react-18-forked-7m9xrk?file=%2Fsrc%2FApp.tsx&workspaceId=70724fe5-4cd5-4207-becc-a37da16e5557 > > Am I doing something wrong? I've tried to set `inputValue` to undefined or an empty string, but the issue still persists. No this...