Skip to content

SelectField is laggy when the number of items is very large #318

Open
@gabro

Description

@gabro

For example, if you have a SelectField with all the countries in the world, then it starts to lag.

This is due to the lack of virtualization in react-select, see JedWatson/react-select#3128 and JedWatson/react-select#2850 for more info.

Judging from those threads, a promising solution would be to have a custom MenuList built on top of react-virtualized's List

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions