Picklist Target container wrong height size.

UI Components for Angular
Post Reply
EFR
Posts: 13
Joined: 01 May 2019, 13:41

10 May 2019, 12:30

BUG:

When using picklist and setting a filter on the Source only, with responsive true. The target container is not filling out the height, so they are same size. (Not responsive)

Note. Using serenity.

Code: Select all

<p-pickList [responsive]="true" dragdrop="true" filterBy="label" [showTargetFilter]="false"
            [source]="listOfProductComparions" [target]="listOfTargetProductComparions" [showSourceControls]="false" [showTargetControls]="false">
                    <ng-template let-comparison pTemplate="item">
                        <div class="ui-helper-clearfix">
                            {{comparison.label}}
                        </div>
                    </ng-template>
                </p-pickList>
                

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 21 guests