shentao/vue-multiselect

Please support $event on close

Open

#805 opened on Aug 21, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (994 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (6,559 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Please capture the event on close and pass it thou

Steps to reproduce

  <multiselect
      v-model="selected"
      @close="onClose($event)" >
    </multiselect>

Expected behaviour

event is first parameter (mouse or keyboardevent)

Actual behaviour

selected item is first parameter

related: https://github.com/shentao/vue-multiselect/issues/776

Contributor guide