react-sortable-hoc
Advanced tools
Changelog
0.4.8
Fix: Added logic to ensure that select
, input
and textarea
fields in SortableElement
always retain their value
when the element is cloned (this happens when sorting begins) #122 #123. Thanks @tomasztomys!
Changelog
0.4.3
Fixes an edge-case bug in Firefox where window.getComputedStyle() returns null inside an iframe with display: none
#106. Thanks @funnel-mark!