close #1554 Fixed: Item autocomplete/search not working in invoice/bill
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
        <td class="border-right-0 border-bottom-0"
 | 
			
		||||
            :class="[{'has-error': form.errors.has('items.' + index + '.name') }]">
 | 
			
		||||
            @stack('name_input_start')
 | 
			
		||||
            <akaunting-select-remote id="form-select-item_id"
 | 
			
		||||
            <akaunting-select-remote
 | 
			
		||||
                :form-classes="[{'has-error': form.errors.has('items.' + index + '.name')}]"
 | 
			
		||||
                :placeholder="'{{ trans('general.type_item_name') }}'"
 | 
			
		||||
                :name="'item_id'"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user