primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.85k stars 1.24k forks source link

MultiSelect unable to use chip & chipicon together #6744

Closed TomasSimkus closed 1 week ago

TomasSimkus commented 2 weeks ago

Describe the bug

When using using Multiselect component with with chip & chipicon together its not possible to use them both. The chip and chipicon functionality doesn't work together as expected. it would be helpful if the chip slot had a removeCallback to provide more control over chip removal actions if its not working together...

Reproducer

https://stackblitz.com/edit/9m9k4r?file=src%2FApp.vue

PrimeVue version

4.2.1

Vue version

4.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

Unable to see close icon while using chip & chipicon together

tugcekucukoglu commented 1 week ago

chip slot covers the chipicon slot. We can suggest using chip slot in this case.