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

贡献者指南