Skip to content

Commit

Permalink
Show check/uncheck buttons in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
thecp committed Mar 22, 2018
1 parent 9dc9475 commit e4348f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/dummy.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>Dropdown Demo</h3>
</p>

<p>
With search:
With search and buttons:
<ss-multiselect-dropdown [options]="data.options" [settings]="settings" [ngModel]="data.selectedItems"></ss-multiselect-dropdown>
</p>
</div>
2 changes: 2 additions & 0 deletions demo/src/app/dummy.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ export class DummyComponent {

settings: IMultiSelectSettings = {
enableSearch: true,
showCheckAll: true,
showUncheckAll: true
};
}

0 comments on commit e4348f1

Please sign in to comment.