material-ui-superselectfield
material-ui-superselectfield copied to clipboard
List not rendering completely even with a small data set
I am using superselectfield with redux-form to show a dropdown with autocomplete of around 80-100 items. It works fine when scroll position of the dropdown is on top. But when I scroll through the list only 3-4 options are visible on top. And it gets worse the more I scroll down; it decreases to only 1-2 items being visible.
Any suggestions on how to fix this.
Can you give an example image or even better a video?
Are you setting the elementHeight
property to something larger than the default? I was running into this same issue, then removed elementHeight={58}
, and it resolved the issue for me.