@luftborn/custom-elements 2.11.0 → 2.11.1

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.
package/demo/index.min.js CHANGED
@@ -3982,9 +3982,6 @@ var CustomRegularExpressionElement = /** @class */ (function (_super) {
3982
3982
  if (this.placeholder) {
3983
3983
  this.text.setAttribute('placeholder', this.placeholder);
3984
3984
  }
3985
- if (this.initialValue) {
3986
- this.value = this.initialValue;
3987
- }
3988
3985
  };
3989
3986
  // events
3990
3987
  CustomRegularExpressionElement.prototype.change = function ($event) {