material-ui-superselectfield icon indicating copy to clipboard operation
material-ui-superselectfield copied to clipboard

List not rendering completely even with a small data set

Open mhtydv93 opened this issue 7 years ago • 2 comments

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.

mhtydv93 avatar Aug 08 '17 08:08 mhtydv93

Can you give an example image or even better a video?

robhadfield avatar Aug 21 '17 15:08 robhadfield

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.

jrdnbtsta avatar Sep 19 '17 22:09 jrdnbtsta