Vue-select: Component stuck after click "Sorry, there are no match options" option

Created on 22 Oct 2018  路  2Comments  路  Source: sagalbot/vue-select

Hey there,
I was playing with the component and saw this bug. When I click the "Sorry, there are no match options"option, the component hangs:
vue-select-issue

You can see the code here and try ourself: https://codepen.io/sagalbot/pen/XVoWxm

Most helpful comment

Meanwhile, someone has found a temporary solution https://github.com/sagalbot/vue-select/issues/648#issuecomment-424812677 :

<template slot="no-options">
        <div @mousedown.stop="">
          Begin typing to search (at least 3 letters)
        </div>
</template>

All 2 comments

I have this issue as well. No console output. Anybody has an idea?

Meanwhile, someone has found a temporary solution https://github.com/sagalbot/vue-select/issues/648#issuecomment-424812677 :

<template slot="no-options">
        <div @mousedown.stop="">
          Begin typing to search (at least 3 letters)
        </div>
</template>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrozenIce0617 picture FrozenIce0617  路  3Comments

twz915 picture twz915  路  3Comments

ducdev picture ducdev  路  3Comments

theseawolves picture theseawolves  路  4Comments

edalzell picture edalzell  路  3Comments