You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
I've noticed that but it happens in specific environments, making it difficult to reproduce. If you can specify what env (OS, browser) you got the error, so I can reproduce in order to fix.
My guess is that it's related to the button behavior in these environments, maybe they're triggering other things (like the entire form), but it's just a guess.
Thanks @zangab. Changing @click to @mousedown worked!
I was wondering if it was something to do with a chrome extension I had running as I'd heard of similar problems with extensions hijacking the keyup events but I disabled all extensions and was still getting the issue with @click.
Try it out.
I would expect 'Falcons' to be selected when I click on it.
I think the problem is that the
@click
events are not being called on the links in thedropdown-item
a
tags.The text was updated successfully, but these errors were encountered: