I am attempting to change the multiselect label of selected items and replace it with a static default label.
Here is what it currently shows: https://i.sstatic.net/qBNHG.png
This is what I have tried:
.p-multiselect-label {
visibility: collapse;
overflow: hidden;
white-space: nowrap;
}
While this code successfully removes any selected labels, the white space increases as more labels are selected. Additionally, I am unable to add the default label when there are already selected items.
This is what I desire: https://i.sstatic.net/8swht.png