feat: auto focus directive, auto focus primary action by default

This commit is contained in:
liyasthomas
2021-08-08 22:44:05 +05:30
parent a71f70644f
commit cbf99d2daf
28 changed files with 38 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelAdd"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -9,6 +9,7 @@
<input
id="selectLabelAddFolder"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelEdit"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -9,6 +9,7 @@
<input
id="selectLabelEditFolder"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelEditReq"
v-model="requestUpdateData.name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -6,6 +6,7 @@
<input
id="selectLabelSaveReq"
v-model="requestName"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelGqlAdd"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -9,6 +9,7 @@
<input
id="selectLabelGqlAddFolder"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelGqlEdit"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -9,6 +9,7 @@
<input
id="selectLabelGqlEditFolder"
v-model="name"
v-focus
class="input floating-input"
placeholder=" "
type="text"

View File

@@ -5,6 +5,7 @@
<input
id="selectLabelGqlEditReq"
v-model="requestUpdateData.name"
v-focus
class="input floating-input"
placeholder=" "
type="text"