I am using @material-ui/core - ^3.5.1.
Have used react-select - ^2.2.0 in my code. Have customized react-select with material ui components.
My problem is scroll position is reset every time I open the drop-down.
Desired behaviour is it should scroll up to the position of selected element. Example on material-ui docs site seems to be working fine, but when I open the given example link in codesandbox, it doesn't.
Running example, it's forked from original codesandbox example link given on material ui docs site (this example uses material-ui-4 and react-select 3 but has same issue). Couldn't find any configurable prop for this behaviour in api docs.
Am I missing anything here?