Focus on name input area is active when a new item is created

This commit is contained in:
benguozakinci@gmail.com
2021-07-30 18:49:30 +03:00
parent 1e128aee96
commit db8507b856
4 changed files with 25 additions and 4 deletions

View File

@ -32,7 +32,9 @@
<span class="aka-text aka-text--body" tabindex="0" v-html="row.name" v-if="row.item_id"></span>
<div v-else>
@stack('name_input_start')
<input type="text"
<input
type="text"
ref="name-input"
class="form-control"
:name="'items.' + index + '.name'"
autocomplete="off"