Same issue. Unable to sort fields on edit screen and console displaying this error message:
Uncaught TypeError: t.addClass(…).sortable is not a function
hi @mr-sily-bear
i fetch same issue but after some time it work perfect, i can’t find bug in plugin ….
Yes seems to have resolved itself. For anyone having the same problem try navigating to another part of the CMS and coming back to the fields page you’re trying to reorder.
i have found new solution
just edit acf.php file at line number 551
old
‘deps’ => array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-datepicker’, ‘underscore’, ‘select2’),
new
‘deps’ => array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-datepicker’, ‘jquery-ui-sortable’, ‘underscore’, ‘select2’),
i hope help someone
thank you.