SelectSettings interface

interface SelectSettings {
    choiceCssClass?: string;
    hideDescription?: boolean;
    isChip?: boolean;
    key?: string;
    labelCssClass?: string;
    readOnlyMode?: boolean;
    showExpandedTemplateAlways?: boolean;
    textCssClass?: string;
    unsupportedValue?: string;
    unsupportedValueText?: string;
    wrapperCssClass?: string;
}

Hierarchy (view full)

Properties

choiceCssClass?: string

A css class that is set to the choice items

hideDescription?: boolean

Hides choice description template

isChip?: boolean

Renders radio buttons as chips

key?: string

Unique key

labelCssClass?: string

A css class that is set to the label

readOnlyMode?: boolean

Whether the choice is disabled

showExpandedTemplateAlways?: boolean

Always displays the expanded template

textCssClass?: string

A css class that is set to the choice text element

unsupportedValue?: string

The value of the unsupported option

unsupportedValueText?: string

A value that is not part of the choices

wrapperCssClass?: string

A css class that is set to the choice items wrapper

Generated using TypeDoc