Skip to content

Commit 685f561

Browse files
committed
docs: remove mention of overlay and theme propagation
1 parent f2260fb commit 685f561

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

packages/multi-select-combo-box/src/vaadin-multi-select-combo-box.d.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,8 @@ export interface MultiSelectComboBoxEventMap<TItem> extends HTMLElementEventMap
144144
* In addition to `<vaadin-multi-select-combo-box>` itself, the following internal
145145
* components are themable:
146146
*
147-
* - `<vaadin-multi-select-combo-box-overlay>` - has the same API as `<vaadin-overlay>`.
147+
* - `<vaadin-multi-select-combo-box-chip>`
148148
* - `<vaadin-multi-select-combo-box-item>` - has the same API as `<vaadin-item>`.
149-
* - `<vaadin-multi-select-combo-box-container>` - has the same API as `<vaadin-input-container>`.
150-
*
151-
* Note: the `theme` attribute value set on `<vaadin-multi-select-combo-box>` is
152-
* propagated to these components.
153149
*
154150
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
155151
*

packages/multi-select-combo-box/src/vaadin-multi-select-combo-box.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ import { MultiSelectComboBoxMixin } from './vaadin-multi-select-combo-box-mixin.
8181
* In addition to `<vaadin-multi-select-combo-box>` itself, the following internal
8282
* components are themable:
8383
*
84-
* - `<vaadin-multi-select-combo-box-overlay>` - has the same API as `<vaadin-overlay>`.
84+
* - `<vaadin-multi-select-combo-box-chip>`
8585
* - `<vaadin-multi-select-combo-box-item>` - has the same API as `<vaadin-item>`.
86-
* - `<vaadin-multi-select-combo-box-container>` - has the same API as `<vaadin-input-container>`.
87-
*
88-
* Note: the `theme` attribute value set on `<vaadin-multi-select-combo-box>` is
89-
* propagated to these components.
9086
*
9187
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
9288
*

0 commit comments

Comments
 (0)