Skip to content

Commit

Permalink
refactor: update list-box observer to not use Polymer syntax (#8250)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 2, 2024
1 parent fc8e744 commit 32302f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/list-box/src/vaadin-multi-select-list-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MultiSelectListMixin = (superClass) =>
}

static get observers() {
return ['_enhanceMultipleItems(items, multiple, selected, disabled, selectedValues, selectedValues.*)'];
return ['_enhanceMultipleItems(items, multiple, selected, disabled, selectedValues)'];
}

/** @protected */
Expand Down

0 comments on commit 32302f3

Please sign in to comment.