-
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: selected option is not displaying correctly. #14753
Comments
D-Studio-21th
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Feb 7, 2024
mehmetcetin01140
added a commit
that referenced
this issue
Feb 8, 2024
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 8, 2024
Hi, Try to receive updated value from the event itself, onChange event emits the updated value. Component updates selectedOption afterward. selectedOption is a variable that we use within the component. |
cetincakiroglu
removed
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Feb 14, 2024
Hello, I need selectedOption because of value don |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On selecting a value for the first time, the selected value is not displayed on UI. In subsequent selections, the previously selected value is being displayed.
Environment
Any
Reproducer
No response
Angular version
any
PrimeNG version
older 16.4.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
any
Browser(s)
any
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: