Question

I used a SmartSortable snippet by Pete Hunt from React.js Google Group that intergates jQuery UI sortable with React.

Unfortunately, after using it, editing input fields makes the text cursor to just to the end of the currently edited input field.

Animated GIF

http://jsfiddle.net/NV/jfkn5/

Removing <SmartSortable> from the example fixes the problem.

Why is it happening? I believe, the <input>’s value get’s updated despite being exactly the same; I don’t understand why.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top