close #1075 Added: add new button on selectbox.

This commit is contained in:
Cüneyt Şentürk
2020-01-18 12:01:14 +03:00
parent 1c53fe607e
commit 687d6354fe
7 changed files with 79 additions and 33 deletions

View File

@@ -21,8 +21,8 @@
:form-error="{{ $attributes['v-error-message'] }}"
@else
:form-error="form.errors.get('{{ $name }}')"
:no-data="'{{ trans('general.no_data') }}'"
:no-matching-data="'{{ trans('general.no_matching_data') }}'"
:no-data-text="'{{ trans('general.no_data') }}'"
:no-matching-data-text="'{{ trans('general.no_matching_data') }}'"
@endif
></akaunting-select>