문제

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.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top