mui-downshift
mui-downshift copied to clipboard
Feature Request: Support react-custom-scrollbars
Please could you consider supporting react-custom-scrollbars on your menu
I've not used it myself but would be open to trying to support it. I don't envision bringing the dependency in directly, but if we can allow a way to wrap Menu
to support this, I don't see why not.
A quick search shows that integrating react-virtualized and react-custom-scrollbars might require a little additional effort:
- https://github.com/bvaughn/react-virtualized/issues/692
- https://github.com/bvaughn/react-virtualized/issues/143
The comments towards the bottom if 692 seem to show some working examples.
I've been keeping an eye on @bvaughn's new react-window (rewrite of react-virtualized) so whatever we come up with I'd like to make sure it doesn't hinder switching over to it at some point. I'm awaiting for some features to be ported over before I can take a hard look at it though.
I will be looking forward to this as well. I have a virtualized Table with a scroll bar and unfortunately I cannot have a cross browser solution with CSS. Tried implementing from the linked comments to no avail.