Skip to content

Commit

Permalink
docs: mark updated method in combo-box mixin as protected (#8259)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 2, 2024
1 parent 32302f3 commit c5bc5bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/combo-box/src/vaadin-combo-box-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export const ComboBoxMixin = (subclass) =>
/**
* Override LitElement lifecycle callback to handle filter property change.
* @param {Object} props
* @protected
*/
updated(props) {
super.updated(props);
Expand Down

0 comments on commit c5bc5bc

Please sign in to comment.