filter input of p-listbox broken in IE11 when inside p-panel

UI Components for Angular
Post Reply
orwtech@gmail.com
Posts: 3
Joined: 29 Nov 2013, 12:07

23 Oct 2017, 13:47

Placing a p-listbox inside a p-panel breaks input of filter text running Internet Explorer 11

Sample 1: (not working)

Code: Select all

<p-panel [toggleable]="true" [collapsed]="false" >
    <p-header>Panel header</p-header>
    <p-listbox [options]="items" [(ngModel)]="selectedItems" multiple="multiple" checkbox="checkbox" filter="filter"></p-listbox>
</p-panel>
The input is never focused and no text appear while typing

Sample 2: (working)

Code: Select all

<p-listbox [options]="items" [(ngModel)]="selectedItems" multiple="multiple" checkbox="checkbox" filter="filter"></p-listbox>
The input is focused an the list filtering is working as expected

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 31 guests