p-tabPanel is not closable when there's a p-calendar on the same page #14681
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When a
<p-tabPanel>
component is used on the same page with a<p-calendar>
component, the[closable]="true"
flag displays the close icon, but when you click the icon it does not close the tab.Environment
Windows 10
Reproducer
https://stackblitz.com/edit/github-s4q7be?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
Angular version
17.1.1
PrimeNG version
17.4.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
Expected behavior
The tabs should close when clicking the close icon, but they don't.
The text was updated successfully, but these errors were encountered: