Skip to content

Commit

Permalink
config: add autofocus into the input field (#829)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
  • Loading branch information
Hoang Nguyen authored and rohityadavcloud committed Jan 20, 2021
1 parent 6c38694 commit 5f402e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/view/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
<template slot="value" slot-scope="text, record">
<a-input
v-if="editableValueKey === record.key"
:autoFocus="true"
:defaultValue="record.value"
:disabled="!('updateConfiguration' in $store.getters.apis)"
v-model="editableValue"
Expand Down

0 comments on commit 5f402e1

Please sign in to comment.