Skip to content

Commit 1fdb69f

Browse files
authored
Merge pull request #31 from T-Systems-MMS/before_and_after_handler
Before and after handler
2 parents ff0200b + bbfbd3f commit 1fdb69f

File tree

6 files changed

+433
-2228
lines changed

6 files changed

+433
-2228
lines changed

dist/index.es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ var TypedFormGroup = /** @class */ (function (_super) {
231231
var control = _this.get((contextPath ? contextPath + "." + path : path));
232232
if (control) {
233233
// enables showing errors in view
234+
control.enable();
234235
control.markAsTouched();
235236
control.setErrors(errors[path]);
236237
}

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ var TypedFormGroup = /** @class */ (function (_super) {
235235
var control = _this.get((contextPath ? contextPath + "." + path : path));
236236
if (control) {
237237
// enables showing errors in view
238+
control.enable();
238239
control.markAsTouched();
239240
control.setErrors(errors[path]);
240241
}

0 commit comments

Comments
 (0)