Focus on next input when pressed enter

This commit is contained in:
benguozakinci@gmail.com
2021-08-25 19:51:38 +03:00
parent 37eff2d980
commit b6f3cc7c8f
4 changed files with 32 additions and 13 deletions

View File

@ -27,6 +27,10 @@
v-if="{{ $attributes['show'] }}"
@endif
@if (isset($attributes['inputRef']))
ref="{{ $attributes['inputRef'] }}"
@endif
@if (isset($attributes['masked']))
:masked="{{ ($attributes['masked']) ? 'true' : 'false' }}"
@endif
@ -74,6 +78,7 @@
@if (isset($attributes['row-input']))
:row-input="{{ $attributes['row-input'] }}"
@endif
></akaunting-money>
@stack($name . '_input_end')