Commit 950f739fcb95425793d9da342f1e2d86f9292068
1 parent
a315c85a
UI: Fix update validate component device-credentials after enable component
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -148,6 +148,7 @@ export class DeviceCredentialsComponent implements ControlValueAccessor, OnInit, |
148 | 148 | } else { |
149 | 149 | this.deviceCredentialsFormGroup.enable({emitEvent: false}); |
150 | 150 | this.updateValidators(); |
151 | + this.deviceCredentialsFormGroup.updateValueAndValidity(); | |
151 | 152 | } |
152 | 153 | } |
153 | 154 | ... | ... |