I am working on a project where I have an Ant Design Table, containing rows of Input Fields. These rows and moveable/draggable. I am using react-dnd to achieve this.
The problem that I am facing is when using Firefox browser, I can not move the text cursor/pointer in the Input field, when I am using any other browser I can.
I know and understand that it is difficult to select text inside the Input because it will cause the row to move. I have already found a workaround for that, even though that is not my real problem.
Here is a link to the demo project: https://codesandbox.io/s/react-dnd-antd-input-select-issue-gy2hb
Steps to reproduce:
Expected Outcome: The cursor/pointer should move regardless of the browser
I need this to work on Firefox as I am working on an Important Project.
I had the same issue and this comment here helped me to solve it. Hope it helps you as well.