refs select remote file

This commit is contained in:
Cüneyt Şentürk
2020-11-10 21:01:52 +03:00
parent c31c097e19
commit 870db531fe
3 changed files with 51 additions and 29 deletions

View File

@@ -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

View File

@@ -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