mui-downshift icon indicating copy to clipboard operation
mui-downshift copied to clipboard

Feature Request: Support react-custom-scrollbars

Open serle opened this issue 6 years ago • 2 comments

Please could you consider supporting react-custom-scrollbars on your menu

serle avatar Jun 13 '18 13:06 serle

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.

techniq avatar Jun 24 '18 14:06 techniq

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.

mpaccione avatar Jun 15 '19 05:06 mpaccione