Christoph Saile

Results 6 comments of Christoph Saile

@neil-gebbie-smarterley thanks for your help :), works fine for me

@popcorn245 thanks for your solution :) the solution worked for me but only with the "rollup-plugin-typescript" - package, "@rollup/plugin-typescript" did still fail for me.

Is there an update on this issue? I have the same problem as @DanielCoulbourne. When calling `setChoices()` with `replace: true`, the `addItem` event is triggred which results in the selected...

Hey @ajgagnon, I tried calling `page.rootInstance.disconnectedCallback();` in my jest test like this: ``` afterEach(() => { page.rootInstance.disconnectedCallback(); }); ``` unfortunatly I get an `TypeError: page.rootInstance.disconnectedCallback is not a function` after...

Hey @rwaskiewicz, I was able to create a reproduction case. I updated my ticket with a link to a repo I just created + added screenshots for clarification. Many thanks,...

Hey, are there any plans to include this feature? @JMDidon did you manage to implement a custom soltuion that you can share?:)