Add an ability to the AkauntingSelect component to show options as is, without sorting them.
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
@if (!empty($attributes['visible-change']))
|
||||
@visible-change="{{ $attributes['visible-change'] }}"
|
||||
@endif
|
||||
|
||||
|
||||
@if (isset($attributes['readonly']))
|
||||
:readonly="{{ $attributes['readonly'] }}"
|
||||
@endif
|
||||
@ -67,6 +67,10 @@
|
||||
|
||||
no-data-text="{{ trans('general.no_data') }}"
|
||||
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
||||
|
||||
@if (isset($attributes['sort-options']))
|
||||
:sort-options="{{ $attributes['sort-options'] }}"
|
||||
@endif
|
||||
></akaunting-select>
|
||||
|
||||
@stack($name . '_input_end')
|
||||
|
Reference in New Issue
Block a user