While my dropdown works flawlessly on a desktop browser, I encountered an issue when accessing it on an Android device. The dropdown immediately disappears and the virtual keyboard pops up, which is not the case on iOS devices.
I suspect that the problem lies with the dropdown filter. It seems that the filter field receiving focus in the pop-up is triggering the appearance of the virtual keyboard.
To reproduce this issue, simply open the following URL on an Android device: https://www.primefaces.org/primeng/#/dropdown and attempt to use the dropdown with a content filter.
Are there any workarounds available besides removing the filter altogether?
Thank you.