角度版本:8
ng-multiselect-dropdown 版本:^0.2.10
就我而言,用户能够开始在搜索字段中输入以将结果动态加载到下拉列表中。但是在 ng-multiselect-dropdown 搜索框中要可见,至少需要一行数据。有没有办法始终显示搜索过滤器,无论数据是否可用。
this.dropdownList = [];
this.dropdownSettings= {
singleSelection: false,
idField: 'item_id',
textField: 'item_text',
selectAllText: 'Select All',
unSelectAllText: 'UnSelect All',
itemsShowLimit: 3,
allowSearchFilter: true
};