Oddbjørn Øvernes

Results 84 comments of Oddbjørn Øvernes

Findings so far: When selecting an item in singleselect, the dropdown closes. When you re-open the dropdown, `highlightedIndex` provided by downshift is 0. But then if you close the dropdown...

I fixed the race condition issue with scrollToIndex but have not yet figued out why you have to open dropdown twice for `highlightedIndex` to be correct. This could be a...

As a stopgap we could perhaps try [storybook-addon-html](https://github.com/whitespace-se/storybook-addon-html) which pretty much does what I had in mind to output html of each story

Given that `Banner.Message` is literally just a `Typography` with nothing added I would agree that you should just not use it if you need html content. Just make sure to...

Ok so first of all, `SideSheet` is irrelevant here, it happens regardless. This seems like default browser behavior to me as a response to how the [useAutoResize](https://github.com/equinor/design-system/blob/develop/packages/eds-utils/src/hooks/useAutoResize.ts) hook works (setting...

A workaround you could do ``` { if (node) { node.style.resize = 'vertical' // eslint-disable-next-line @typescript-eslint/ban-ts-comment /*@ts-ignore*/ node.style.fieldSizing = 'content' } }} /> ``` [field-sizing](https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing) will make the textarea grow...

Hello! Thanks for the suggestion, but unfortunately you cannot edit these files directly. They are generated with a script using data from figma as the single source of truth. But...

This was fixed for ErrorSummary by #3555 where previously it would read twice on apple voiceover