We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2f524 + 766e2ea commit 202ea3bCopy full SHA for 202ea3b
desk/src/components/UniInput2.vue
@@ -14,6 +14,7 @@
14
:key="field.fieldname"
15
class="form-control"
16
:placeholder="`Add ${field.label}`"
17
+ :value="transValue"
18
:model-value="transValue"
19
autocomplete="off"
20
v-on="
0 commit comments