Marco Roth

Results 324 comments of Marco Roth

Hey @Matts, thanks for bringing this up! 😊 I've also created a similar composable function last year to make use of @leastbad's Stimulus Power move. ```ts import { Controller }...

> Overwriting default HTML Dom logic to better fit your component. This is done without reference to your controller, and thus implementing logic does not need to know anything about...

Hoi @neckhair 👋🏼 Sorry for getting to this just now. Were you able to resolve this in the meantime?

Hey @pySilver, thanks for opening this issue! I think the behavior you are describing makes sense and is expected. The `clickOutside` callback, as the name suggests, always gets triggered if...

@pySilver The only thing that directly comes to mind is that you might be missing a closing `` somewhere and that it somehow is seeing both targets as targets of...

Hey @pySilver, I'm just checking in. Did you have any success debugging your issue?

That somehow got lost. I will bring it in a mergable state and then open a PR.

We should probably make sure it's compatible with [`sord`](https://github.com/AaronC81/sord) for example so we also get RBS annotations for free! 😊

I don't think this should be a big deal, since we just exported that function a few commits ago in #602. So it's never actually called twice unless you are...

Oh, right. But that would mean that we were also emitting the event multiple times for a long time.