@firestitch/form 12.2.3 → 12.2.5

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.
@@ -1340,7 +1340,7 @@
1340
1340
  if (!shouldErrorBeRendered || !error) {
1341
1341
  return;
1342
1342
  }
1343
- wrapper.classList.add('ng-invalid');
1343
+ wrapper.classList.add('ng-invalid', 'ng-dirty');
1344
1344
  errorWrapper = renderer.createElement('div');
1345
1345
  renderer.addClass(errorWrapper, 'fs-form-error-target');
1346
1346
  renderer.addClass(errorWrapper, this.appendErrorClass);