From: Vincent Vanwaelscappel Date: Thu, 20 Jan 2022 16:31:01 +0000 (+0100) Subject: wip #5041 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5b4931e4992c0f5fb6ad2a9400bc8c00b6f24de6;p=cubist_cms-back.git wip #5041 @0.75 --- diff --git a/src/resources/views/fields/select2_from_array.blade.php b/src/resources/views/fields/select2_from_array.blade.php index 2f42465..e79254a 100644 --- a/src/resources/views/fields/select2_from_array.blade.php +++ b/src/resources/views/fields/select2_from_array.blade.php @@ -21,7 +21,9 @@ @include('crud::fields.inc.wrapper_start') - +@if (isset($field['allows_multiple']) && $field['allows_multiple']==true) + +@endif