Skip to content

Suggestion item click is not working #44

@kaskar2008

Description

@kaskar2008

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 workinginvalidThis doesn't seem rightminorThis is a thing to include in the next minor releasenext releaseThis is a thing to include in the next release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions