Skip to content

Commit

Permalink
Update demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 9, 2021
1 parent 3d7e94f commit 60cb576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ <h5>Dependencies</h5>
</a>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;h5&gt;Template Mode&lt;/h5&gt;
&lt;p-multiSelect [options]="cities" [(ngModel)]="selectedCities1" [elipsis]="false" defaultLabel="Select a City" optionLabel="name"&gt;&lt;/p-multiSelect&gt;
&lt;p-multiSelect [options]="cities" [(ngModel)]="selectedCities1" defaultLabel="Select a City" optionLabel="name" selectedItemsLabel="&#123;0&#125; items selected"&gt;&lt;/p-multiSelect&gt;

&lt;h5&gt;Elipsis Mode&lt;/h5&gt;
&lt;p-multiSelect [options]="cities" [(ngModel)]="selectedCities2" defaultLabel="Select a City" optionLabel="name"&gt;&lt;/p-multiSelect&gt;
Expand Down

0 comments on commit 60cb576

Please sign in to comment.