file_group form element enhancement

This commit is contained in:
Cüneyt Şentürk
2020-12-07 12:03:02 +03:00
parent 509b73fb2c
commit ba0a9aa071
6 changed files with 3958 additions and 8 deletions

View File

@@ -8,11 +8,7 @@
@endif
<div class="custom-file">
{!! Form::file($name, array_merge([
'class' => 'custom-file-input cursor-pointer',
'@input' => 'onHandleFileUpload("' . $name .'", $event)'
], $attributes)) !!}
{!! Form::label($name, $text, ['class' => 'custom-file-label']) !!}
<dropzone-file-upload v-model="fileSingle"></dropzone-file-upload>
</div>
<div class="invalid-feedback d-block"