ps-toolkit-ui 0.0.72 → 0.0.73

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.
@@ -1726,7 +1726,7 @@
1726
1726
  exports.InputType.NationalCode, exports.InputType.Sheba, exports.InputType.PostalCode, exports.InputType.Date, exports.InputType.Time].includes(type) ? ' ltr' : '');
1727
1727
  this.type = type;
1728
1728
  this.value = value;
1729
- this.default = HelperClass.clone(value);
1729
+ // this.default = HelperClass.clone(value);
1730
1730
  this.required = required;
1731
1731
  this.minLength = type === exports.InputType.Mobile || type === exports.InputType.Phone ? 11 :
1732
1732
  type === exports.InputType.NationalCode || type === exports.InputType.PostalCode ? 10 :