jakedohm

Results 4 comments of jakedohm

I opened a branch to fix this yesterday, and then assumed Kitze had already fixed it because the problem wasn't showing up in dev. Glad to know I'm not completely...

Hey @davatron5000! I've actually hit this issue before, so I agree it's common enough! I've thought about adding `role="button"` to the buttons by default, which will keep them from submitting...

Hmm, great question. You should be able to register both, just like that, depending on if Vue's internals will allow that to happen. Because: the `@click.outside` doesn't actually register a...

@aztalbot good points 😄. I agree that I'd often write this logic myself vs pulling in a third-party library. I actually did it this morning in a Vue 3 (Beta)...