vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

How to pass events to slots #324

Open umang1995 opened 1 year ago

umang1995 commented 1 year ago

I am trying to pass events to a slot. Eg. SelectAll Buttion in AfterList slot which when clicked would do the selectAll on the ref or call a function in parent component of Multiselect.

Version

Description

Demo

Please use our JSFiddle template to reproduce the bug. Issues without working reproduction might be ignored.