Highcharts Grid
    Preparing search index...

    Attributes to control the select input.

    interface SelectAttributes {
        autofocus?: boolean;
        multiple?: boolean;
        size?: number;
    }
    Index

    Properties

    autofocus?: boolean

    Whether the select should receive focus automatically when editing starts.

    multiple?: boolean

    Whether multiple options can be selected at the same time.

    size?: number

    Number of visible options shown without scrolling.