Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component stuck after click "Sorry, there are no match options" option #689

Closed
italoSilveira opened this issue Oct 22, 2018 · 2 comments
Closed

Comments

@italoSilveira
Copy link

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

@haniefutama
Copy link

haniefutama commented Oct 23, 2018

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

@italoSilveira
Copy link
Author

Meanwhile, someone has found a temporary solution #648 (comment) :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants