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

lilling picture lilling  路  3Comments

cyberrranger picture cyberrranger  路  3Comments

gatapia picture gatapia  路  3Comments

jisqaqov picture jisqaqov  路  3Comments

watalberto picture watalberto  路  3Comments