primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
9.94k stars 4.52k forks source link

Dropdown: Selected value not being displayed #15936

Open EyalAndOmer opened 1 month ago

EyalAndOmer commented 1 month ago

Describe the bug

The error occurs when interacting with the dropdowns present on the official primeng website (https://primeng.org/dropdown) in the Basic section. The browser used is chrome. Here is a video demonstrating the behavior:

https://github.com/primefaces/primeng/assets/19552945/ea6ed5ab-f738-4396-8b5e-65ccad72fb5c

The interesting part is, that the dropdowns in the Termplate and Filter sections work just fine. Again a video demonstration:

https://github.com/primefaces/primeng/assets/19552945/1e1d58c4-676b-46a5-83c4-8a615af62142

My investigation, after checking both the phone's built in browser and also mozilla firefox, concluded that this is either a bug with primeng or with chrome itself.

Environment

Phone used - huawei p20 light Androide version - 9, ANE-LX1 Build/HUAWEIANE-L21 Chrome version - 126.0.6478.122

Reproducer

No response

Angular version

17.3.9

PrimeNG version

17.18.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

22.2

Browser(s)

Chrome 126.0.6478.122

Steps to reproduce the behavior

Go to the webpage https://primeng.org/dropdown and interact with the example dropdowns.

Expected behavior

No response

github-actions[bot] commented 1 month ago

We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days.

EyalAndOmer commented 3 weeks ago

For anyone wondering, the error was happening due to the translation functionality of google chrome. Turning it off fixed the bug