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

Multiselect: When use display chip it html elements for chips are missing #15202

Closed
askurdjel opened this issue Mar 29, 2024 · 2 comments
Closed
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working

Comments

@askurdjel
Copy link

Describe the bug

image

I would like to have number of selected hidden chips, and for previous version I have directive which actually count number of hidden chip html elements, but in this version (17) when I select more than 3 elements html tags for chip are rendered only for first 3 and for others are missing

Environment

not relevant

Reproducer

No response

Angular version

17.2.3

PrimeNG version

17.8.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

v20.11.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@askurdjel askurdjel added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 29, 2024
@mehmetcetin01140 mehmetcetin01140 added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels May 20, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.17.2 milestone May 20, 2024
@robGardiner01
Copy link
Contributor

There's already an attribute you can add called maxSelectedLabels which sets the max number of chips to display. If you want it to render all of them just add maxSelectedLabels="this.cities.length"

@cetincakiroglu cetincakiroglu modified the milestones: 17.17.2, 17.18.0, 18.Future May 29, 2024
@mehmetcetin01140
Copy link
Contributor

Hi,

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,

@github-project-automation github-project-automation bot moved this to Done in PrimeNG Dec 16, 2024
@mehmetcetin01140 mehmetcetin01140 removed this from the 19.x milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
Status: Done
Development

No branches or pull requests

4 participants