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
When adding chips to multiselect component, the chips that do not fit the input are still generated (at least some of them). Even though they are invisible, they still have active clear buttons. Because of that it's possible to remove the chip eg. when trying to open the dropdown. It is reproducable in the docs:
bandicam.2024-05-07.13-10-49-096.mp4
Environment
Reproducer
No response
Angular version
17.3.1
PrimeNG version
17.16.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.0
Browser(s)
No response
Steps to reproduce the behavior
Open multiselect dropdown
Select multiple items
Inspect the input and look for invisible chip's remove button
Click the invisible button
Chip is removed and item is deselected
Expected behavior
Invisible items should not allow interactions. If the chips need to be generated even though they are not visible, the remove buttons should be disabled.
The text was updated successfully, but these errors were encountered:
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
When adding chips to multiselect component, the chips that do not fit the input are still generated (at least some of them). Even though they are invisible, they still have active clear buttons. Because of that it's possible to remove the chip eg. when trying to open the dropdown. It is reproducable in the docs:
bandicam.2024-05-07.13-10-49-096.mp4
Environment
Reproducer
No response
Angular version
17.3.1
PrimeNG version
17.16.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Invisible items should not allow interactions. If the chips need to be generated even though they are not visible, the remove buttons should be disabled.
The text was updated successfully, but these errors were encountered: