我正在研究角度js 2,我想在我的项目中使用多选。我正在使用bootstrap multi-select,但bootstrap multi-select工作不正常。请给我任何解决方案?
setTimeout(() => {
$('#roleteamSelectid').multiselect({
enableFiltering: false,
includeSelectAllOption: true,
selectAllJustVisible: false,
numberDisplayed: 1
});