Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

How to customize scrollbar #86

Closed greybutton closed 6 years ago

greybutton commented 6 years ago

Hello, I want to use https://github.com/malte-wessel/react-custom-scrollbars I tried use like

<Scrollbars>
  <SuperSelectField>
    {NodeList}
  </SuperSelectField>
<Scrollbars>

and it doesn't work.

I would very appreciate someone help me out about this. Thanks!

Sharlaan commented 6 years ago

You can't, since superselectfield is a component consisting of multiple sub-components, while your HoC is intended to be applied only on the internal Popover.js.