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
After using dialogRef.value.close() once, closing the Dynamic Dialog using header close button or escape key no longer triggers the onClose() callback.
Describe the bug
After using
dialogRef.value.close()
once, closing the Dynamic Dialog using header close button or escape key no longer triggers theonClose()
callback.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-aelagy3a?file=src%2FMyDialog.vue
Environment
as in stackblitz
Vue version
3.4.31
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
onClose()
is calledonClose()
is calledonClose()
is *not calledExpected behavior
Step 6: Click Close button in the dialog -> new console log showing that
onClose()
is calledThe text was updated successfully, but these errors were encountered: