Closed pradzikowski closed 8 years ago
Hi, I have an issue with customProps and single select. I cant choose any selection when any Prop - idProp, displayProp is set. Egz:
idProp
displayProp
$scope.Options = [ {number: 1, value: "David"}, {number: 2, value: "Jhon"}, {number: 3, value: "Danny"} ] $scope.Model = {}; $scope.Settings = { selectionLimit: 1, displayProp: 'value', idProp: 'number' };
////
<div ng-dropdown-multiselect="" options="Options " selected-model="Model " extra-settings="Settings ">
Hi, I have an issue with customProps and single select. I cant choose any selection when any Prop -
idProp
,displayProp
is set. Egz:////