xobotyi/react-scrollbars-custom

Mouse wheel scroll doesn't work with react-select

Serjman91 opened this issue · 2 comments

Hello! I'm trying to create select menu with react-scrollbars-custom, however, I ran into a problem that the menu does not respond to scrolling with the mouse wheel when using 'react-select' version 3.0.8. On version 3.0.4 everything works correctly, but this is not the actual version unfortunately.
Please tell me is the problem on your side or not? Thanks

Link to 'react-select' https://github.com/JedWatson/react-select

Solution been described in #128, it is on the react-select's side

Thanks a lot!