Mode

Defines the available options for how multiple selected items will appear in the input element when allowMultiSelect is true.

Values

  • Box - When focused and not focused the selected items will appear as chips.
  • Default - When focus is on the control, selected items will appear as chips. When focus is removed from the control, selected items will appear with the delimiter.
  • Delimiter - When focused and not focused the selected items will appear as a delimited list using the specified delimiter text.
  • Custom - Selected items will be rendered using the specified template.

On This Page