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
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 showing as valid when a class with objects are used for ngModel instead of interface like below.
export class City {
public name: string = "";
public code: string = "";
}
Environment
Primeng: 17.13.0
Angular 17.3.1
Reproducer
https://codesandbox.io/s/primeng-dropdown-basic-demo-forked-vpq54r?file=/src/app/demo/dropdown-basic-demo.ts
Angular version
17.3.1
PrimeNG version
17.13.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.16
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: