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.
1 parent cc2f524 commit 766e2eaCopy full SHA for 766e2ea
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