Documentation

Documentation versions (currently viewingVaadin 24)

Multi-Select Combo Box

Styling API reference for the Multi-Select Combo Box component.

Style Properties

The following style properties can be used in CSS stylesheets to customize the appearance of this component.

To apply values to these properties globally in your application UI, place them in a CSS block using the html {…​} selector. See Lumo Style Properties for more information on style properties.

Note
Input Field Components Shared Styles
Style properties whose names start with --vaadin-input-field are shared among all input field components. To apply them only to a specific type of component, use an element selector like vaadin-text-field {…​}

Field Surface

Feature Property Default Value

Background

--vaadin-input-field-background

--lumo-contrast-10pct

Background, invalid

--vaadin-input-field-invalid-background

--lumo-error-color-10pct

Background, hover highlight color

--vaadin-input-field-hover-highlight

--lumo-contrast-50pct

Background, invalid hover highlight color

--vaadin-input-field-invalid-hover-highlight

--lumo-error-color-50pct

Border width

--vaadin-input-field-border-width

0

Border color

--vaadin-input-field-border-color

--lumo-contrast-50pct

Hover highlight opacity

--vaadin-input-field-hover-highlight-opacity

0.1

Height

--vaadin-input-field-height

--lumo-size-m

Value text color

--vaadin-input-field-value-color

--lumo-body-text-color

Value font size

--vaadin-input-field-value-font-size

--lumo-font-size-m

Value font weight

--vaadin-input-field-value-font-weight

400

Placeholder text color

--vaadin-input-field-placeholder-color

--lumo-secondary-text-color

Border radius

--vaadin-input-field-border-radius

--lumo-border-radius-m

Read-only border

--vaadin-input-field-readonly-border

1px dashed --lumo-contrast-30pct

Label

Feature Property Default Value

Color

--vaadin-input-field-label-color

--lumo-secondary-text-color

Focused color

--vaadin-input-field-focused-label-color

--lumo-primary-text-color

Hovered color

--vaadin-input-field-hovered-label-color

--lumo-body-text-color

Font size

--vaadin-input-field-label-font-size

--lumo-font-size-s

Font weight

--vaadin-input-field-label-font-weight

500

Helper

Feature Property Default Value

Font size

--vaadin-input-field-helper-font-size

--lumo-font-size-xs

Font weight

--vaadin-input-field-helper-font-weight

400

Color

--vaadin-input-field-helper-color

--lumo-secondary-text-color

Top margin

--vaadin-input-field-helper-spacing

0.4em

Error Message

Feature Property Default Value

Font size

--vaadin-input-field-error-font-size

--lumo-font-size-xs

Font weight

--vaadin-input-field-error-font-weight

400

Color

--vaadin-input-field-error-color

--lumo-error-text-color

Icons

Feature Property Default Value

Font size

--vaadin-input-field-icon-font-size

--lumo-icon-size-m

Color

--vaadin-input-field-icon-color

--lumo-contrast-60pct

Overlay

Feature Property Default Value

Overlay width

--vaadin-multi-select-combo-box-overlay-width

auto

Overlay max height

--vaadin-multi-select-combo-box-overlay-max-height

65vh

Miscellaneous

Feature Property Default Value

Chip min width

--vaadin-multi-select-combo-box-chip-min-width

50px

Input min width

--vaadin-multi-select-combo-box-input-min-width

4em

CSS Selectors

The following CSS selectors can be used in stylesheets to target the various parts and states of the component. See the Styling documentation for more details on how to style components.

Root element

vaadin-multi-select-combo-box

States

Required

vaadin-multi-select-combo-box[required]

Focused

vaadin-multi-select-combo-box[focused]

Keyboard focused

vaadin-multi-select-combo-box[focus-ring]

Read-only

vaadin-multi-select-combo-box[readonly]

Disabled

vaadin-multi-select-combo-box[disabled]

Not empty

vaadin-multi-select-combo-box[has-value]

With open overlay

vaadin-multi-select-combo-box[opened]

Hovered

vaadin-multi-select-combo-box:hover

Field

Field surface (background, border)

vaadin-multi-select-combo-box::part(input-field)

Native input element

vaadin-multi-select-combo-box > input

Input field with placeholder shown

vaadin-multi-select-combo-box > input:placeholder-shown

Toggle Button

vaadin-multi-select-combo-box::part(toggle-button)

Clear button

vaadin-multi-select-combo-box::part(clear-button)

Clear button icon

vaadin-multi-select-combo-box::part(clear-button)::before

Prefix element

vaadin-multi-select-combo-box > [slot="prefix"]

Suffix element

vaadin-multi-select-combo-box > [slot="suffix"]

Read-only border

vaadin-multi-select-combo-box::part(input-field)::after

Label

Field with label

vaadin-multi-select-combo-box[has-label]

Label

vaadin-multi-select-combo-box::part(label)

Label text

vaadin-multi-select-combo-box > label

Required indicator

vaadin-multi-select-combo-box::part(required-indicator)

Helper and Validation Error

Field with helper

vaadin-multi-select-combo-box[has-helper]

Helper

vaadin-multi-select-combo-box::part(helper-text)

Helper text

vaadin-multi-select-combo-box > [slot="helper"]

Invalid field

vaadin-multi-select-combo-box[invalid]

Error message

vaadin-multi-select-combo-box::part(error-message)

Error message text

vaadin-multi-select-combo-box > [slot="error-message"]

Chips

Chip element

vaadin-multi-select-combo-box-chip

Focused chip

vaadin-multi-select-combo-box-chip[focused]

Hovered chip

vaadin-multi-select-combo-box-chip:hover

Chip label

vaadin-multi-select-combo-box-chip::part(label)

Chip remove button

vaadin-multi-select-combo-box-chip::part(remove-button)

Chip remove button icon

vaadin-multi-select-combo-box-chip::part(remove-button)::before

Overflow Chip

vaadin-multi-select-combo-box-chip[slot="overflow"]

Overflow-chip with 2 items

vaadin-multi-select-combo-box-chip[count="2"]

Chip container inside field

vaadin-multi-select-combo-box::part(chips)

Overlay

Overlay element

vaadin-multi-select-combo-box-overlay

Overlay background

vaadin-multi-select-combo-box-overlay::part(overlay)

Overlay content wrapper

vaadin-multi-select-combo-box-overlay::part(content)

Overlay in loading state

vaadin-multi-select-combo-box-overlay[loading]

Overlay loading indicator

vaadin-multi-select-combo-box-overlay::part(loader)

Items

Item element

vaadin-multi-select-combo-box-item

Selected item

vaadin-multi-select-combo-box-item[selected]

Item selection indicator

vaadin-multi-select-combo-box-item::part(checkmark)

Item selection indicator icon

vaadin-multi-select-combo-box-item::part(checkmark)::before

Focused item

vaadin-multi-select-combo-box-item[focused]

Item content wrapper

vaadin-multi-select-combo-box-item::part(content)

Hovered item

vaadin-multi-select-combo-box-item:hover