Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectSettings

SelectSettings interface

Hierarchy

Index

Properties

Optional choiceCssClass

choiceCssClass: string

A css class that is set to the choice items

Optional isChip

isChip: boolean

Renders radio buttons as chips

Optional key

key: string

Unique key

Optional labelCssClass

labelCssClass: string

A css class that is set to the label

Optional readOnlyMode

readOnlyMode: boolean

Whether the choice is disabled

Optional showExpandedTemplateAlways

showExpandedTemplateAlways: boolean

Always displays the expanded template

Optional textCssClass

textCssClass: string

A css class that is set to the choice text element

Optional unsupportedValue

unsupportedValue: string

The value of the unsupported option

Optional unsupportedValueText

unsupportedValueText: string

A value that is not part of the choices

Optional wrapperCssClass

wrapperCssClass: string

A css class that is set to the choice items wrapper

Generated using TypeDoc