diff --git a/components/lib/picklist/PickList.vue b/components/lib/picklist/PickList.vue index 583b8c173..3d6781926 100755 --- a/components/lib/picklist/PickList.vue +++ b/components/lib/picklist/PickList.vue @@ -579,7 +579,7 @@ export default { this.itemTouched = false; const selectionList = this.d_selection[listIndex]; - const selectedIndex = ObjectUtils.findIndexInList(item, this.d_selection); + const selectedIndex = ObjectUtils.findIndexInList(item, selectionList); const selected = selectedIndex != -1; const metaSelection = this.itemTouched ? false : this.metaKeySelection; const selectedId = DomHandler.find(this.$refs[listType].$el, '[data-pc-section="item"]')[index].getAttribute('id');