Primeng: PrimeNg dropdown with filter does not open in iphone small devices

Created on 18 Jan 2021  路  1Comment  路  Source: primefaces/primeng

Except for safari in small devices, primeNg dropdown is working but in this scenario it does not open if we enable filter otherwise normally it is working.

[options]="options"
[(ngModel)]="selectedOption"
[inputId]="inputElementId"
[styleClass]="styleClass"
[ariaFilterLabel]="ariaFilterLabel"
[placeholder]="placeholder"
[required]="required"
[dropdownIcon]="dropDownIcon"
[filter]="enableSearch"
[scrollHeight]="scrollHeight"
[resetFilterOnHide]=true
[autoDisplayFirst]="autoDisplayFirst"
(keydown)="handleKeydownEvent($event)"
(onHide)="handleOnHideEvent($event)"
(onShow)="handleOnShowEvent($event)"
(onBlur)="handleOnBlur($event)"
(mousedown)="overrideMouseClickEvent()">

pending-review

Most helpful comment

Please reply this issue. Its critical one

>All comments

Please reply this issue. Its critical one

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Helayxa picture Helayxa  路  3Comments

cyberrranger picture cyberrranger  路  3Comments

Helayxa picture Helayxa  路  3Comments

Faigjaz picture Faigjaz  路  3Comments

just-paja picture just-paja  路  3Comments