sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.64k stars 1.34k forks source link

@Kalifr use the beta channel for vue-select `"vue-select": "^4.0.0-beta.1",` works fine for me. Be sure to upgrade to vue: 3.2.x #1546

Closed Archetipo95 closed 2 years ago

Archetipo95 commented 2 years ago

This is not working, I'm trying to change icons. I tryed with svg and emoji. Can someone help me or give me a working example?

@Kalifr use the beta channel for vue-select "vue-select": "^4.0.0-beta.1", works fine for me. Be sure to upgrade to vue: 3.2.x

btw, for anyone overriding default components =>

Originally posted by @mathiash98 in https://github.com/sagalbot/vue-select/issues/1251#issuecomment-982545832

mathiash98 commented 2 years ago

As I wrote: CloseIcon and CaretDownIcon are vue components

Put your svg and or emoji inside a Vue Component

Archetipo95 commented 2 years ago

Yep it worked, I think I was importing the wrong 😑 file...