Skip to content

Height and multiple option components #29

@martinkadlec0

Description

@martinkadlec0

Hey, I have a select that can show multiple different option components. Each type has a different height. Is there a place somewhere where I can get the option object and set height accordingly so it would work with react-window? To simplify, the options could look like

[
{label: 'Foo', value: 'foo', height: 10},
{label: 'Foo', value: 'foo', height: 10},
{label: 'Foo', value: 'foo', height: 20},
{label: 'Foo', value: 'foo', height: 20},
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions