Skip to content

Commit

Permalink
fix: documentation chips description
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuresanu committed Nov 9, 2023
1 parent 66e58d7 commit a377251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/chips/maxvaluesdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Code } from '../../domain/code';
selector: 'max-values-doc',
template: ` <section class="py-4">
<app-docsectiontext [title]="title" [id]="id">
<p>Chips can have a maximum number of entered items. In order to set the limit <i>max</i> property is used and accepts a numeric value which reflects the maximum number of items in the chip list</p>
<p>Chips can have a maximum number of entered items. To set this limit, the <i>max</i> property is used, which accepts a numeric value that represents the maximum number of items in the chip list</p>
</app-docsectiontext>
<div class="card p-fluid">
<p-chips [formControl]="values" [max]="2" placeholder="Maximum 2 items"></p-chips>
Expand Down

0 comments on commit a377251

Please sign in to comment.