Form elements disabled issue solved..

This commit is contained in:
Cüneyt Şentürk
2020-03-20 17:25:21 +03:00
parent 07e36e3ef2
commit 9f3bca6e1f
11 changed files with 11 additions and 11 deletions

View File

@ -40,7 +40,7 @@
{{ Form::fileGroup('attachment', trans('general.attachment')) }}
{{ Form::selectGroup('document_id', trans_choice('general.bills', 1), 'file-invoice', [], null, ['disabled' => 'disabled']) }}
{{ Form::selectGroup('document_id', trans_choice('general.bills', 1), 'file-invoice', [], null, ['disabled' => 'true']) }}
</div>
</div>