File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
packages/multi-select-combo-box/src Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments