chore: change only if value is there
This commit is contained in:
parent
e6ce52fec8
commit
eadea3e680
@ -134,7 +134,7 @@
|
|||||||
type="autocomplete"
|
type="autocomplete"
|
||||||
:value="contact[field.name]"
|
:value="contact[field.name]"
|
||||||
:options="field.options"
|
:options="field.options"
|
||||||
@change="(e) => field.change(e)"
|
@change="(e) => e && field.change(e)"
|
||||||
:placeholder="field.placeholder"
|
:placeholder="field.placeholder"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user