react-sortablejs
react-sortablejs copied to clipboard
fix: update sort property
Hello, is it a fix for sort
option which doesn't work with ReactSortable
?
Hi yes, but it should be probably done for all react properties ... sort option was working, but it is set onMount and than it couldn't be changed (unless you do remount)
Other solution : You can use 'disabled ',instead of 'sort' ,which almost works the same