Sidebar: onHide not triggered via programmatic close #16507
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
If you change the variable tied to the sidebar's
visible
input to true,onShow
is triggered. However if you change it to false,onHide
is not triggered.See #13933, #14254, and #14450 for related issues.
Environment
Standard angular app
Reproducer
https://stackblitz.com/edit/nbkkb5-cfek47?file=src%2Fapp%2Fsidebar-basic-demo.ts
Angular version
18.0.1
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.20.0
Browser(s)
Firefox, Chrome
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: