Andreas Johansson

Results 9 comments of Andreas Johansson

@hong-duc how do you populate window with `EventSourcePolyfill`?

I don't have a need for it really. I was just curious on how to do it since I would like to use this polyfill.. But because of the bug...

Also, forwarded events `on:click` etc has also been removed. So now I have do wrap the icons in a div if I want to be able to click on them?...

We use icons as buttons when a button is to small. And using a link for a click that isn't navigation is also bad a11y. ![image](https://user-images.githubusercontent.com/12641358/163327208-2a31a740-0b38-46ba-9317-39bd091c9ccd.png) We also add a...

My edit was to late, but yes that is what I noticed. The enter key did not register as a click. And we used ```css button { all: unset; }...

Can I somewhere see what is happening upstream? Is it blocked by upstream because there is no CSS for the class `bx--text-area__invalid-icon--warning`?

Thanks for the quick response. I tried to add `carbon-components-svelte` to `exclude` and that worked. But as you say the other option seems much more interesting. So I tried it....

Your REPL in that issue seems interesting, we could do that until this is implemented

``At my work we heavily relied on this dependency but since we started using svelte we had troubles with lodash.isequal and how its built. So I forked this repo [here](https://github.com/Addeuz/json-type-validation)...