shentao/vue-multiselect

Please support $event on close

Offen

#805 geöffnet am 21.08.2018

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (994 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (6.559 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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