refs #1511 multi_select_remote_group fixes

This commit is contained in:
Cüneyt Şentürk
2020-07-03 12:24:37 +03:00
parent a96d6f22bc
commit fc97798d0b
2 changed files with 62 additions and 16 deletions

View File

@ -17,7 +17,7 @@
name="{{ $name }}"
:options="{{ json_encode($values) }}"
@if (isset($selected) || old($name))
@if (!empty($selected) || old($name))
:value="{{ json_encode(old($name, $selected)) }}"
@endif
@ -62,7 +62,7 @@
@endif
remote-action="{{ $attributes['remote_action'] }}"
remote-type="'{{ $attributes['remote_type'] }}"
remote-type="{{ $attributes['remote_type'] }}"
@if (!empty($attributes['currecny_code']))
currency-code="{{ $attributes['currecny_code'] }}"