mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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">
|
<div class="item__content">
|
||||||
<a-input
|
<a-input
|
||||||
|
:autoFocus="editableValueKey === index"
|
||||||
v-if="editableValueKey === index"
|
v-if="editableValueKey === index"
|
||||||
class="editable-value value"
|
class="editable-value value"
|
||||||
:defaultValue="item.value"
|
:defaultValue="item.value"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user