Enums

The following enums are available in the MultiSelect component:

NameValueDescription
DisplayMode
'Auto' | 'Box' | 'Delimiter'

Specifies how selected items are rendered in the MultiSelect component.

  • Auto - Specifies the default display mode: renders selected values as Box while the component is focused and as Delimiter when the component loses focus.
  • Box - Specifies that selected items are rendered as chips with close buttons.
  • Delimiter - Specifies that selected items are rendered as comma-separated text.