You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 26, 2024
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
p-dropdown doesn't bind to the property specified in ngModel when style="width:100%" is specified.
[ngStyle] is working as intended.
Environment
Reproducer
https://stackblitz.com/edit/github-ey2joz
Angular version
17.1x
PrimeNG version
17.7.x
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v18.19.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Value should change from
Selected Value Dropdown 2 : 0
to selected value eg.
Selected Value Dropdown 2 : 1
The text was updated successfully, but these errors were encountered: