Multiselect: When using Chip and hitting the limit of selectionLimit, Chip close/unselect button becomes disabled #16520
Labels
Resolution: Help Wanted
Issue or pull request requires extra help and feedback
Milestone
Describe the bug
When using the display chip, and selectionLimit together, when your input reaches the specified selectionLimit, the cross button of all chips become disabled along with the options.
Environment
Dev
Reproducer
No response
Angular version
17.3.3
PrimeNG version
17.18.6
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
Chrome 128
Steps to reproduce the behavior
display=chip
andselectionLimit=2
Expected behavior
When reaching the selectionLimit amount of results, only the options and the select all should be disabled not the cross of the chips displayed.
The text was updated successfully, but these errors were encountered: