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
The maxSelectedLabels prop is not respected in the MultiSelect component. There has been an earlier issue, where this problem occured with the chip display option, but now this seems to be present even without chip.
Describe the bug
The maxSelectedLabels prop is not respected in the MultiSelect component. There has been an earlier issue, where this problem occured with the chip display option, but now this seems to be present even without chip.
Reproducer
https://stackblitz.com/edit/jhpdp2?file=src%2FApp.vue
PrimeVue version
4.2.1
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
My minimal reproducible example has been forked from the example of the documentation:
Expected behavior
After selecting n elements, where n is the value of maxSelectedLabels, the (n+1)th element shouldn't be selectable
The text was updated successfully, but these errors were encountered: