Category selectbox create and search issue fixed..

This commit is contained in:
Cüneyt Şentürk
2021-02-27 14:20:32 +03:00
parent 1d51b61821
commit 89bb1b4475
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
{{ Form::textGroup('purchase_price', trans('items.purchase_price'), 'money-bill-wave-alt') }}
{{ Form::selectRemoteGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['remote_action' => route('categories.index'). '?type=item']) }}
{{ Form::selectRemoteGroup('category_id', trans_choice('general.categories', 1), 'folder', $categories, null, ['remote_action' => route('categories.index'). '?search=type:item']) }}
{!! Form::hidden('enabled', '1', []) !!}
</div>