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

Issue #13816 | MultiSelect - Delete button is not visible on chips with long label text #13825

Closed
wants to merge 5 commits into from

Conversation

mehmetcetin01140
Copy link
Contributor

@mehmetcetin01140 mehmetcetin01140 commented Oct 8, 2023

Add missing css.

@vercel
Copy link

vercel bot commented Oct 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
primeng-ssr-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 8, 2023 9:33pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Oct 8, 2023 9:33pm

@cetincakiroglu cetincakiroglu changed the title Issue#13816 Issue #13816 | MultiSelect - Delete button is not visible on chips with long label text Oct 8, 2023
@@ -188,5 +188,8 @@
}
}
}
},
"cli": {
"analytics": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is not necessary

@@ -10,7 +10,7 @@ import { NodeService } from '../../service/nodeservice';
<p>In single selection mode, value binding should be the <i>key</i> value of a node.</p>
</app-docsectiontext>
<div class="card flex justify-content-center">
<p-treeSelect class="md:w-20rem w-full" containerStyleClass="w-full" [(ngModel)]="selectedNodes" [options]="nodes" placeholder="Select Item"></p-treeSelect>
<p-treeSelect class="md:w-20rem w-full" [showClear]="true" containerStyleClass="w-full" [(ngModel)]="selectedNodes" [options]="nodes" placeholder="Select Item"></p-treeSelect>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you added the property [showClear] in treeSelect. I think is not necessary add that

@@ -50,6 +50,7 @@ import { PanelAfterToggleEvent, PanelBeforeToggleEvent } from './panel.interface

<ng-template *ngTemplateOutlet="headerIconTemplate; context: { $implicit: collapsed }"></ng-template>
</button>
<button (click)="toggle($event)">collapse</button>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand your PR abour multiselect component but you are modifying another components.

@vercel vercel bot temporarily deployed to Preview – primeng-ssr-test October 8, 2023 21:33 Inactive
@mehmetcetin01140 mehmetcetin01140 closed this by deleting the head repository Oct 9, 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

Successfully merging this pull request may close these issues.

2 participants