-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component: Dropdown #14751
Comments
I am having a similar problem. The dropdown knows which option is selected, but the value is not displayed when selected. "@angular/core": "^16.2.10", |
Works in 16.6. Breaks in 16.7 |
This issue also comes for dropdowns which doesn't have a default value assigned. |
Hi, |
@cetincakiroglu |
Hi @NrujalSharma, Thanks a lot for the feedback, I'm closing the issue since it doesn't exist anymore. |
Describe the bug
Selected values in dropdowns are not rendering within the input box of a dropdown but on expanding options the option shows selected.
Dropdown options come from a signal and dropdown value comes from a separate API call
The behaviour is unpredictable as the value renders sometimes and sometimes it doesn't. Looks like some race condition issue.
PFA
Environment
Windows 11
Reproducer
No response
Angular version
~17.0.10
PrimeNG version
^17.3.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
Chrome, Edge
Steps to reproduce the behavior
No response
Expected behavior
If a dropdown field has a value assciated with it, the selected value should be rendered within the input box
The text was updated successfully, but these errors were encountered: