This is a weird one. When opening the dropdown list (with many items) on a Select in my app, it doesn't allow scrolling.
Picture: https://monosnap.com/file/r7WfwTGQVgjDx2urh258eAI9re0b37
I can see the problem - in the Select demo, the listbox gets a bottom element style. For some reason my Select does not. I tried tracing into the useFixedPositioning hook but it is beyond me.
I've been trying unsuccessfully to create a sandbox example. Possibly related is that this Select is on a dialog, but it's not just that.
I'm stuck. What circumstances cause useFixedPositioning to include (or not include) the bottom style?
This is v5.1.5 of react-md.
This is a weird one. When opening the dropdown list (with many items) on a Select in my app, it doesn't allow scrolling.
Picture: https://monosnap.com/file/r7WfwTGQVgjDx2urh258eAI9re0b37
I can see the problem - in the Select demo, the listbox gets a
bottomelement style. For some reason my Select does not. I tried tracing into theuseFixedPositioninghook but it is beyond me.I've been trying unsuccessfully to create a sandbox example. Possibly related is that this Select is on a dialog, but it's not just that.
I'm stuck. What circumstances cause
useFixedPositioningto include (or not include) thebottomstyle?This is v5.1.5 of react-md.