I have an Antd accordion with inputs in it which are movable/draggable using React-dnd.
The problem that I am having is when using Firefox, I can't move the text cursor/pointer in the Input field with a mouse. But this works fine for other browsers.
There is a similar issue been asked here but there is no solution provided.
I have read here that there is a known issue with html5 draggable elements in firefox.
Can anyone please share some insight here to how to fix this?