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'm unable to remove any chip from the p-chips component if a p-calendar is loaded on the page.
The reason is: loading the p-calendar component will load it's own css "calendar.css" which contains the following style
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
I'm unable to remove any chip from the p-chips component if a p-calendar is loaded on the page.
The reason is: loading the p-calendar component will load it's own css "calendar.css" which contains the following style
and is NOT scoped to the calendar
it should probably be replaced with
Environment
windows, localhost but also on stackblitz
Reproducer
https://stackblitz.com/edit/fnvchf?file=src%2Fapp%2Fdemo%2Fchips-basic-demo.ts
Angular version
17.0.5
PrimeNG version
17.4.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
No response
Steps to reproduce the behavior
This is a fork of the official p-chips stackblit where I added a p-calendar and some default chips values.
Expected behavior
We should be able to both remove a chip or clear the entire field
The text was updated successfully, but these errors were encountered: