mirror of https://github.com/apache/cloudstack.git
setting tab: autofocus on the input field (#862)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
c576a71ae8
commit
8316bc4841
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<div class="item__content">
|
||||
<a-input
|
||||
:autoFocus="editableValueKey === index"
|
||||
v-if="editableValueKey === index"
|
||||
class="editable-value value"
|
||||
:defaultValue="item.value"
|
||||
|
|
|
|||
Loading…
Reference in New Issue