@tetacom/ng-components 1.5.5 → 1.5.6

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.
@@ -3836,6 +3836,7 @@ class OnlyNumberDirective {
3836
3836
  return;
3837
3837
  }
3838
3838
  this.validateValue(e.clipboardData.getData('text/plain'));
3839
+ this._elementRef.nativeElement.dispatchEvent(new Event('input'));
3839
3840
  e.preventDefault();
3840
3841
  }
3841
3842
  onKeyDown(e) {