shentao/vue-multiselect

Please support $event on close

Open

#805 建立於 2018年8月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (6,559 star) (994 fork)batch import
enhancementgood first issue

描述

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

貢獻者指南