yii2-crop-image-upload
yii2-crop-image-upload copied to clipboard
Error when update if ActiveForm has enableClientValidation set to false
I need to change line 112 in CropImageUploadBehavior:
if (!empty($crops[$ind])) {
$crop['value'] = $crops[$ind];
}