@ngrdt/forms 0.0.63 → 0.0.64

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.
@@ -99,7 +99,7 @@ class RdtBaseFormInputComponent extends RdtInteractiveElementComponent {
99
99
  }
100
100
  _ngControl = null;
101
101
  _onChange = noop;
102
- _onTouch = noop;
102
+ _onTouch = () => this.touchedInternal.set(true);
103
103
  _onValidatorChange = noop;
104
104
  get onChange() {
105
105
  return this._onChange;