Sidebar: dismissable prop can't be changed dynamically #5563
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
After a
Sidebar
component is already mounted, changing thedismissable
prop has no effect. The initial value is the one that affects until hiding and re-showing the sidebar.Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-afblon?file=src%2FApp.vue
PrimeVue version
3.47.2
Vue version
3.x
Language
ALL
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Even after the sidebar is shown, changing the value of
dismissable
prop should change the dismissability of the component.Similar fixed issue on OverlayPanel: #2540
The text was updated successfully, but these errors were encountered: