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
I'm using vue-select, to trigger this.$copyText(), however, this method is prevent vue-select do it's thing, as if it's event.stopPropagation() or something.
If I remove the method the select closes, but if not, it stays open and doesn't complete it's event.
Currently having to hack around it so vue-select finishes it's thing before this.$copyText() fires.
Hi,
I'm using
vue-select
, to triggerthis.$copyText()
, however, this method is preventvue-select
do it's thing, as if it'sevent.stopPropagation()
or something.If I remove the method the select closes, but if not, it stays open and doesn't complete it's event.
Currently having to hack around it so
vue-select
finishes it's thing beforethis.$copyText()
fires.The text was updated successfully, but these errors were encountered: