-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p-MultiSelect: Clear Button does not work #14585
Comments
I've also tested this in p-dropdown and p-calendar components, and both have the same problem; in version 17.3.3 as well as in version 17.3.2, for now I have downgraded to version 17.3.1 which doesn't have this issue. |
Experiencing the issue with p-dropdown |
Might be related to #14606. ? |
Hi @jpgoelz, Could you please provide a stackblitz example, seems it works here https://stackblitz.com/edit/itiykk?file=src%2Fapp%2Fdemo%2Fmulti-select-basic-demo.html |
Could you please create separate issues for other components by providing stackblitz examples so we can understand the issue and target them one by one? |
We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days. |
If you go on the primeng site directly (primeng.org) and click on Get Started, then select the Dropdown component, the first example on the site does not work. But if you go directly to primeng.org/dropdown , it works. I'm not sure how to replicate this. |
This is replicate issue. |
So then its fixed with #14607 |
Thank you for this. I was at a loss, as I could not replicate the issue myself, except for in our application. We do use calendar and dropdown as well. @cetincakiroglu, I added a calendar to your working StackBlitz and the issue becomes visible for |
Thank you. Is there a workaround we can use until it is fixed? |
Overwrite the css in your angular global styles file. .p-icon-wrapper { |
This also impacts You can not click the "eye" icon to mask/show the password. The CSS global style workaround above does resolve it. |
I can confirm the same behaviour for the dropdown. Though, it's hard to replicate it on stackblitz. Somehow it works there. @denny99 workaround works for me, too. |
Hi, This issue is related with #14606 and it was also replicated in dropdown component. The issue caused by possible CSS leak in the calendar component. We've fixed the issue by updating |
Describe the bug
When using
[showClear]="true"
clicking on the X to clear the selection of the MultiSelect no longer clears the selection. Instead, the dropdown is opened and closed.This issue is new with 17.3.3 and does not exist in 17.3.2.
While this is off-topic, and we are generally very happy with the product you provide, please try and improve your quality assurance mechanisms. The last few updates have introduced a lot of breaking bugs in the dropdown menus that have rendered parts of our application unusable and resulted in having to invest a lot of expensive time into trying to find these issues. And I am not talking about major or minor updates, but patch updates. It is a bad sign, if the team starts to talk about not updating PrimeNG unless absolutely necessary.
Environment
n/a
Reproducer
No response
Angular version
17.1.0
PrimeNG version
17.3.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
Chrome
Steps to reproduce the behavior
[showClear]="true"
on your<p-MultiSelect>
Expected behavior
The selection is cleared instead.
The text was updated successfully, but these errors were encountered: