unclead / yii2-multiple-input

Yii2 widget for handle multiple inputs for an attribute of model
https://unclead.github.io/yii2-multiple-input/
BSD 3-Clause "New" or "Revised" License
393 stars 126 forks source link

Fix sorting #379

Closed unclead closed 7 months ago

unclead commented 7 months ago

Replace outdated jquery-sortable.js with a modern alternative (sortable.js) with better flexibility and support for mobile devices

Based on #378 with just a small fix: no need to use extra local variable because we don't use them in any way but at the same time using $this->id in variable names break the code when the id contains a dash e.g. ExampleModel-email

Many thanks to @sankam-nikolya for this fix.