We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576a71 commit 8316bc4Copy full SHA for 8316bc4
1 file changed
ui/src/components/view/SettingsTab.vue
@@ -15,6 +15,7 @@
15
16
<div class="item__content">
17
<a-input
18
+ :autoFocus="editableValueKey === index"
19
v-if="editableValueKey === index"
20
class="editable-value value"
21
:defaultValue="item.value"
0 commit comments