Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 8, 2021
1 parent 5d2ec15 commit 5ca9791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/components/dropdown/dropdowndemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h5>Basic</h5>
<p-dropdown [options]="cities" [(ngModel)]="selectedCity1" placeholder="Select a City" optionLabel="name" [showClear]="true"></p-dropdown>

<h5>Editable</h5>
<p-dropdown [options]="cities" [(ngModel)]="selectedCity2" editable="true" optionLabel="name"></p-dropdown>
<p-dropdown [options]="cities" [(ngModel)]="selectedCity2" [editable]="true" optionLabel="name"></p-dropdown>

<h5>Group</h5>
<p-dropdown [options]="groupedCities" [(ngModel)]="selectedCity3" placeholder="Select a City" [group]="true">
Expand Down Expand Up @@ -737,7 +737,7 @@ <h5>Dependencies</h5>
&lt;p-dropdown [options]="cities" [(ngModel)]="selectedCity1" placeholder="Select a City" optionLabel="name" [showClear]="true"&gt;&lt;/p-dropdown&gt;

&lt;h5&gt;Editable&lt;/h5&gt;
&lt;p-dropdown [options]="cities" [(ngModel)]="selectedCity2" editable="true" optionLabel="name"&gt;&lt;/p-dropdown&gt;
&lt;p-dropdown [options]="cities" [(ngModel)]="selectedCity2" [editable]="true" optionLabel="name"&gt;&lt;/p-dropdown&gt;

&lt;h5&gt;Group&lt;/h5&gt;
&lt;p-dropdown [options]="groupedCities" [(ngModel)]="selectedCity3" placeholder="Select a City" [group]="true"&gt;
Expand Down

0 comments on commit 5ca9791

Please sign in to comment.