shentao/vue-multiselect

Please support $event on close

开放

#805 创建于 2018年8月21日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (994 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (6,559 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南