Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

idProperty is not working in new version #464

Open
Ashishnyk opened this issue May 10, 2018 · 0 comments
Open

idProperty is not working in new version #464

Ashishnyk opened this issue May 10, 2018 · 0 comments

Comments

@Ashishnyk
Copy link

In the old version, 1.11.8 idProp is working and checkboxes property is not working & in latest version idProperty is not working and checkBoxes property is working, I want both id and checkbox in my project Kindly help me out.

$scope.dropdown1settings = { displayProp: 'heDepartmentName', idProp: 'heDepartmentId',closeOnBlur:true, showEnableSearchButton: true,checkboxes: true};
$scope.dropdown2settings = { displayProp: 'title', idProperty: 'jobtitleId', showEnableSearchButton: true, clearSearchOnClose: true, keyboardControls: true,checkBoxes: true };
$scope.dropdown3settings = { displayProp: 'stageName', idProperty: 'stageId', showEnableSearchButton: true, clearSearchOnClose: true, keyboardControls: true, checkBoxes: true };
$scope.dropdown4settings = { displayProp: 'statusName', idProperty: 'statusId', showEnableSearchButton: true, clearSearchOnClose: true, checkBoxes: true};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant