Skip to content

[Bug] MultiSelectOptions cursorAt not working, Select Missing this #193

@Rar9

Description

@Rar9

Why is cursorAt not working for MultiSelectOptions?

any Why is maxItems misisng

and the otherway for SelectOptions

interface MultiSelectOptions<Options extends Option<Value>[], Value> {
    message: string;
    options: Options;
    initialValues?: Value[];
    required?: boolean;
    cursorAt?: Value;
}

interface SelectOptions<Options extends Option<Value>[], Value> {
    message: string;
    options: Options;
    initialValue?: Value;
    maxItems?: number;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions