fix: allow selecting link field value
This commit is contained in:
parent
f83b211a7f
commit
0879d1c56f
@ -77,7 +77,7 @@
|
||||
</Link>
|
||||
<Link
|
||||
v-else-if="field.type === 'link'"
|
||||
class="form-control"
|
||||
class="form-control select-text"
|
||||
:value="data[field.name]"
|
||||
:doctype="field.doctype"
|
||||
:placeholder="field.placeholder"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user