multi-select basic

This commit is contained in:
Yubing325
2020-07-02 11:40:11 -05:00
parent f5ea037a88
commit dc93ae4d5b
4 changed files with 114 additions and 7 deletions
@@ -1 +1,6 @@
<ps-ng-select [dataSource]="merchantDataSource" [searchPath]="'name'" [sortingPath]="'name'" [disableServer]="false" [bindLabel]="'name'"></ps-ng-select>
<h2>Single Select Demo</h2>
<ps-ng-select [dataSource]="merchantDataSource" [searchPath]="'name'" [sortingPath]="'name'" [disableServer]="false" [bindLabel]="'name'"></ps-ng-select>
<h2>Multi-Select Demo</h2>
<ps-ng-multi-select [dataSource]="merchantDataSource" [searchPath]="'name'" [sortingPath]="'name'" [disableServer]="false" [bindLabel]="'name'"></ps-ng-multi-select>