We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, if you have a SelectField with all the countries in the world, then it starts to lag.
SelectField
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
MenuList
react-virtualized
List
The text was updated successfully, but these errors were encountered:
I reproduced the bug in this playroom
Sorry, something went wrong.
No branches or pull requests
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 ofreact-virtualized
'sList
The text was updated successfully, but these errors were encountered: