Skip to content

Commit

Permalink
docs: add missing annotation for custom-value-set event (#7157) (#7159)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 29, 2024
1 parent a47875b commit 304b8d2
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -1295,6 +1295,12 @@ class MultiSelectComboBox extends ResizeMixin(InputControlMixin(ThemableMixin(El
get _hasValue() {
return this.selectedItems && this.selectedItems.length > 0;
}

/**
* Fired when the user sets a custom value.
* @event custom-value-set
* @param {string} detail the custom value
*/
}

customElements.define(MultiSelectComboBox.is, MultiSelectComboBox);
Expand Down

0 comments on commit 304b8d2

Please sign in to comment.