refs select remote file
This commit is contained in:
		| @@ -3,6 +3,8 @@ | ||||
|     <akaunting-select-remote | ||||
|         class="{{ $col }}{{ isset($attributes['required']) ? ' required' : '' }}{{ isset($attributes['disabled']) ? ' disabled' : '' }}" | ||||
|  | ||||
|         id="form-select-{{ $name }}" | ||||
|  | ||||
|         @if (!empty($attributes['v-error'])) | ||||
|         :form-classes="[{'has-error': {{ $attributes['v-error'] }} }]" | ||||
|         @else | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
|     <akaunting-select-remote | ||||
|         class="{{ $col }}{{ isset($attributes['required']) ? ' required' : '' }}{{ isset($attributes['disabled']) ? ' disabled' : '' }}" | ||||
|  | ||||
|         id="form-select-{{ $name }}" | ||||
|  | ||||
|         @if (!empty($attributes['v-error'])) | ||||
|         :form-classes="[{'has-error': {{ $attributes['v-error'] }} }]" | ||||
|         @else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user