Willson Haw

Results 6 comments of Willson Haw

@ToLive I've installed the extension and let it run a few days, haven't seen the issue come up again since. Thanks for the workaround! @Thomas101 do you still want me...

Hmmm, I'm not sure that's what I want. Setting the class itself isn't an issue, it's the css-class attribute getting overridden. Here's a better example: ``` html Stuff ``` ```...

@EisenbergEffect Any input on this? Running into issues with some of our components and not sure how to proceed.

I definitely agree that it shouldn't be assumed to be merged. Our usage of it just happens to be very similar to the way class attributes work. Is there something...

What about providing the behaviour from the @customAttribute decorator? ``` @customAttribute('my-attribute', { surrogateBehavior: 'merge' }) export class MyAttribute {} ``` Or alternatively, instead of a `'merge'` string, it could be...

Sorry, I typed things out in a hurry because I was swamped with stuff at work. This is more what I had in mind when I typed the `merge` value:...