Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-07-27 09:19:32 +03:00
committed by GitHub
10 changed files with 117 additions and 54 deletions

View File

@ -125,6 +125,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (! empty($attributes['focus']))
@focus="{{ $attributes['focus'] }}"
@endif
@if (! empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif