PickList with filter: Text of sourceFilterPlaceholder overlaps with icon

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
MickeyMiner
Posts: 11
Joined: 04 Jul 2017, 13:05

03 Jan 2018, 13:38

Hi,

In sampledemo.component.html add to PickList a filter (sourceFilterPlaceholder="Find brand" targetFilterPlaceholder="Find brand" filterBy="brand" ) and see that icon overlaps the text:

Code: Select all

                <p-pickList [source]="sourceCars" [target]="targetCars" sourceHeader="Available" targetHeader="Selected" [responsive]="true" 
                        sourceFilterPlaceholder="Find brand" targetFilterPlaceholder="Find brand" filterBy="brand" >
                    <ng-template let-car pTemplate="item">
                        <span>{{car.brand}}</span>
                    </ng-template>
                </p-pickList>
Cheers,

Mickey

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

17 Jan 2018, 15:25

We fixed for next release.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests