@verdocs/web-sdk 6.5.0-beta.38 → 6.5.0-beta.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -419,6 +419,9 @@ const VerdocsSign$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsSign extends
419
419
  });
420
420
  }
421
421
  async handleFieldChange(field, e) {
422
+ if (!e.target) {
423
+ return;
424
+ }
422
425
  const { value, checked } = e.target;
423
426
  switch (field.type) {
424
427
  // TODO: Remove legacy type when no longer needed