Page 1 of 1

PrimeUI picklist button rendering problem

Posted: 24 Jan 2019, 18:55
by alf
Hello
I'm using primeui-distribution-master picklist component with font-awesome 5

The > and >> for the action buttons don't get rendered

I've tried switching to fa 4.7 without success

The fa css is loaded properly but however I modify the style nothing gets rendered

Can you help me solve the problem please ?

Regards

Re: PrimeUI picklist button rendering problem

Posted: 29 Jan 2019, 15:06
by alf
Got some help to diagnose the problem
It was caused by the css of my version of jquery-ui (1.12.1) defining
text-indent: -9999 px for .ui-button-icon-only

The problem was solved by adding in my page
.ui-picklist .ui-button-icon-left {
text-indent: 0 !important;
}