2016-07-10 3 views

답변

0

해결사 실행 구성.

`app.run(function (formlyConfig) { 
    formlyConfig.setType({ 
     name: 'multiSelect', 
     extends: 'select', 
     template: '<select kendo-multi-select k-options="" ng-model="model[options.key]" class="form-control" multiple></select>' 
    }); 
});` 

이렇게 설정하면됩니다.

`vm.fields = [  
    { 
    key: 'multiSelect', 
    type: 'multiSelect', 
    templateOptions: { 
     type: 'multiSelect', 
     label: 'Fruits',   
     options: data 
    } 
    },` 

당신은 예를 here

를 볼 수 있습니다