Oddbjørn Øvernes
Oddbjørn Øvernes
The amplify sidebar has a flat list of links. We can still create an alternate nested list of collapsible links as a subcomponent of SideBar, as per the original EDS...
In some cases, users would want to use `aria-disabled` instead of `disabled` on buttons and other disableable components, which ensures the elements is still keyboard-navigatable. But we do not apply...
resolves #3354 I could not find any other way to make this work then forcing a re-render in `TextField` if `rightAdornments` change Updated the TextField "with icons" story with a...
resolves #3363 The problem was clicking and dragging scrollbar with mouse did not work due to rightAdornments element overlapping it. fixed by adding` pointer-events: none` to rightAdornments for TextArea
Currently if an icon is added to a textfield dynamically such as adding an error icon when invalid, the input padding is not updated causing the icon to potentially overlap...
resolves #3360
related: https://github.com/equinor/design-system-tokens/issues/155 Finding so far: There are some challenges here, such as if we need to still use 1.0 tokens as fallbacks when the 2.0 tokens are not 1:1. For...
https://eds.equinor.com/0b0c666ab/p/31ae8d-autocomplete/b/86826a  we may need to disable/remove the demo thing here
 Either remove the "set object" button or replace it with a select containing a couple preset alternatives Currently it makes the primary story crash if you click the button