This repository was archived by the owner on Dec 16, 2019. It is now read-only.
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
onItemDeselect does not return object #46
Closed
Description
My options:
$scope.optionsMultiSelect = {
displayProp: 'value', idProp:'value', externalIdProp: '' };
externalIdProp
is set to ''
so it should return an object.
onItemSelect
returns the object. onItemDeselect
just returns value
which is a string.
Have I misunderstood the documentation or is this a bug?
Metadata
Metadata
Assignees
Labels
No labels