please try this codesand box, when you key something on textbox, it loses focus
react virtualized has no issue at all
https://codesandbox.io/s/react-virtualized-list-with-width-100-7btt7
Don't define your item renderer inline. It will get recreated each time the parent component re-renders which will mess with text selection apparently.
Most helpful comment
Don't define your item renderer inline. It will get recreated each time the parent component re-renders which will mess with text selection apparently.
https://codesandbox.io/s/react-window-5yzbr