Skip to content

Commit 8316bc4

Browse files
Hoang Nguyenyadvr
authored andcommitted
setting tab: autofocus on the input field (#862)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent c576a71 commit 8316bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/view/SettingsTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<div class="item__content">
1717
<a-input
18+
:autoFocus="editableValueKey === index"
1819
v-if="editableValueKey === index"
1920
class="editable-value value"
2021
:defaultValue="item.value"

0 commit comments

Comments
 (0)