-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
customize country list item height (virtuallist) #192
Comments
It would be great if it would be possible to pass width to virtual list as well instead of having hard coded it. @EricSong8612 Right now I'm using a hack at some point:
and then
I have used findIndex from lodash function since we already using it in our project. It's also possible to override width and height with max-width and max-height in css, but then VirtualList doesn't work correctly with keyboard navigation :/ |
Hi there, I'm trying to style the country list item with customized height. but the problem is that there is a gap between each items, which is caused by the position top value of each item i think. According to the source code, a virtual list is used here. but the parameters are hard-coded. so is there any way to change this?
The text was updated successfully, but these errors were encountered: