chore: change only if value is there

This commit is contained in:
Shariq Ansari 2023-11-13 16:44:03 +05:30
parent e6ce52fec8
commit eadea3e680

View File

@ -134,7 +134,7 @@
type="autocomplete"
:value="contact[field.name]"
:options="field.options"
@change="(e) => field.change(e)"
@change="(e) => e && field.change(e)"
:placeholder="field.placeholder"
class="form-control"
/>