Skip to content
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: Component not showing more than 3 values on input text field #14396

Closed
taranipawan opened this issue Dec 19, 2023 · 2 comments
Closed

Comments

@taranipawan
Copy link

Describe the bug

If we are selecting more than 3 values in p-multiSelect component than it is not showing in input field.

image

Environment

I am using PrimeNg version 16.9.1 and Angular 16.0.2

Reproducer

No response

Angular version

16.0.2

PrimeNG version

16.9.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.14.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@taranipawan taranipawan added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 19, 2023
@kkoripl
Copy link

kkoripl commented Dec 19, 2023

Looked through the code of v16.7.0 and just discovered that setting on component [maxSelectedLabels]="undefined" (default = 3) make it show everything you select.

@cetincakiroglu cetincakiroglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants