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
I think there is a copy-paste error in the code.
Please check line 268 in the ngOnChanges method:
if (simpleChange.id) {
this.setOption({ id: simpleChange.text.currentValue }); <----- Shouldn't there be an id here? simpleChange.id.currentValue
}
if (simpleChange.autoHide) {
this.setOption({ autoHide: simpleChange.autoHide.currentValue });
}
Environment
Angular app
Reproducer
No response
Angular version
16.2.5
PrimeNG version
16.5.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I think there is a copy-paste error in the code.
Please check line 268 in the ngOnChanges method:
Environment
Angular app
Reproducer
No response
Angular version
16.2.5
PrimeNG version
16.5.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: