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

Caret slot is not working #368

Closed abdul-alhasany closed 1 year ago

abdul-alhasany commented 1 year ago

Version

Description

When attempting to replace the caret using the slot component, nothing happens. The original caret stays the same and is not replaced.

Demo

https://stackblitz.com/edit/vitejs-vite-7ujuuh?file=tailwind.config.js,src%2FApp.vue

Zeeex commented 1 year ago

image

It should be #caret, and not #cart

abdul-alhasany commented 1 year ago

Thanks for that. I can't believe that I spent such a long time because of a typo.