I'm adding virtualisation to the Material-UI Autocomplete component and using react-virtuoso to handle the virtualisation. I've followed the example provided in the MUI documentation page, which uses react-window and managed to implement it almost fully using react-virtuoso.
When I scroll the list of options using the mouse it works fine, however in the react-virtuoso implementation the keyboard keys (keydown, keyup) don't seem to scroll the list.
Please follow the codesandbox link to see the implementation. https://codesandbox.io/s/suspicious-babbage-0fvhki?file=/ReactVirtuoso.tsx