demo checking

This commit is contained in:
Yubing325
2020-07-06 15:41:58 -05:00
parent 0f031101c9
commit 3806e44945
17 changed files with 23 additions and 350 deletions
@@ -111,9 +111,7 @@ export class MultiSelectComponent implements OnInit {
}
get selectedModel() {
return this.selectComponent.selectedItems.map(t => t.value);
//return this.selectComponent.hasValue ? this.selectComponent.selectedItems[0].value : null;
}
refreshDataSource(searchTerm:any = null, page:number = null, pageSize:number = null){