Oddbjørn Øvernes

Results 84 comments of Oddbjørn Øvernes

I am unable to reproduce this bug, the calendar icon is in the correct spot for me in firefox/chrome

Should this ticket maybe be about adding support for nested menus in general? Its not like keyboard navigation works either since up/down arrow also opens the menu so you get...

I think I will park this for now, further discussion is needed about how a possible support for nesting should look like beyond making it work with alignment and keyboards...

It occurred to me the `usePopper` hook have been available publically for a while in `eds-utils`, so in theory there is a chance someone might have used it directly in...

Perhaps using the native `` element can be of use, it has all the focus trapping and other a11y built in, also including `::backdrop` and natively existing in a separate...

Additionally, floating-ui have a [floatingFocusManager](https://floating-ui.com/docs/FloatingFocusManager) we can use with popover

Hello and thanks for reporting this! I believe we tried to fix this last December with #1816 by adding z-index to` Table.Cell` inside `Table.Head` when `Table.Head` have the sticky prop...

Testing points to this not being an issue when using ``

There was a bug in the inputwrapper so id was always set to null on the helpertext. I'll fix it

Is this done, since it is listed as a blocker for react 18?