React-Select with VList Option List #396
Unanswered
adventofryz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You may have already checked, this repo had an example with react-select in the past.
Older version of VList had |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to virtualize react-select by using VList for its option list but I have a problem with height management.
In Custom Menu component with VList, I am trying to keep height dynamic for children elements until it reaches maxheight of 300 after which I will enable scrolling but not sure how to do this. For now I am just keeping a defaultItemHeight which is incorrect and doesnt look nice.
Beta Was this translation helpful? Give feedback.
All reactions