Hi,
when i create any custom List, add it to a form and allow multiselect, it works well in client panel. Users can type ahead in the box or click on an element from the list and will see all selected items (as small boxes) in the select-box. Users can add items and use the small cross to remove items. Perfect. Now, the exact same list / form edited form the staff panel displays nothing. It does not show the items you added. So you can't see what you just added and can't remove items - but they're there. You just can't see them.
Example from your staff demo:

Since we want to start using a lot of lists it would be awesome if they display correctly.
Thank you for the detailed report. I will look into this.
experienced the same
Hi guys,
Please open /osta/css/staff-desktop.css and delete the following entry:
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
margin: 0;
width: 100%;
height: 30px;
}
Assuming you are using osTicket-1.12-Awesome-102 it will be lines 3085 - 3088.