Skip to content

Commit

Permalink
docs: add missing annotation for custom-value-set event (#7157) (#7158)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Feb 29, 2024
1 parent 9eb6c07 commit c137fab
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,12 @@ class MultiSelectComboBox extends ResizeMixin(InputControlMixin(ThemableMixin(El
__computeEffectiveFilteredItems(items, filteredItems, selectedItems, readonly) {
return !items && readonly ? selectedItems : filteredItems;
}

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

defineCustomElement(MultiSelectComboBox);
Expand Down

0 comments on commit c137fab

Please sign in to comment.