Input problem
When I put a input control inside the DragScroll I can't add text to it, how can I fix that?
Did you manage to fix it? I am having the same issue - tried changing the z-index value without success.
I know this issue is old, but I ran into this issue too.
I managed to fix this locally by removing the preventDefault on line 52 here https://github.com/qiaolb/react-dragscroll/blob/master/src/DragScroll.jsx
Not sure what exactly the preventDefault is supposed to be guarding against here, but the dragscroll still seemed to function properly after. Probably makes more sense to check if the mouseDown isn't an input before preventing default.
The author doesn't seem to be actively upkeeping this repo based on the lack of feedback in issues or on the open PRs, so I doubt theres much luck in getting feedback form the author on it.