Oddbjørn Øvernes
Oddbjørn Øvernes
as #3345 , this happens due to logic in [u-tags ](https://github.com/u-elements/u-elements/blob/f1c46819b9fa2d1dc225a7da1f3a7aafe2552952/packages/u-tags/u-tags.ts#L176)(if `changeText` is true set focus to first chip) We will investigate further 👍
I believe this was resolved by updating to u-combobox. Reopen the issue if it still persists
This needs to wait a bit longer as none of these plugins support 9.x.x yet, and causes eslint to not be able to resolve any imports among other things ```...
An alternative would be to migrate to [biome](https://github.com/biomejs/biome ) which replaces both eslint and prettier
Hello! This `react-imask` library looks interesting! It looks like with a bit of ts-ignore it can be applied to an eds Input  I wasnt able to get "placeholderChar" to...
imask [documentation](https://imask.js.org/guide.html) react-imask [github](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/react-imask)
Hello, which eslint rule triggers this? we don't get this error locally so it is a bit hard to test
[pertinent code ](https://github.com/Mattilsynet/design/blob/04c5ef236513582c6696f5704ebfce1f6394e85e/designsystem/popover/popover-observer.ts#L23)from mattilsynet
> Rename "Interpolation" To "Color space" prhaps "color mixing space"? the output is always srgb in the form of hex anyway, but in the future there may be a "color...
This is quite an interesting bug! Is this scenario present in a real prod enviroment somehow, or is this limited to hot reloading in a dev enviroment?