-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem rightminorThis is a thing to include in the next minor releaseThis is a thing to include in the next minor releasenext releaseThis is a thing to include in the next releaseThis is a thing to include in the next release
Description
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
The hiding of the list is much faster then the click event, so it can't be done in the way it expected to work.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
<vue-suggest>
<div slot="suggestion-item" slot-scope="{ suggestion }" @click="/* not working */">
<span @click="/* not working */">{{ suggestion.title }}</span>
</div>
</vue-suggest>Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem rightminorThis is a thing to include in the next minor releaseThis is a thing to include in the next minor releasenext releaseThis is a thing to include in the next releaseThis is a thing to include in the next release