Unverified Commit 0b0962f3 authored by Swayangjit Prasad Parida's avatar Swayangjit Prasad Parida Committed by GitHub
Browse files

Issue #SB-21755 merge: Merge pull request #19 from NavKumarV/release-3.6.0_angular_v8

Issue #SB-21755 feat: Angular-8 migrations
Showing with 4245 additions and 3482 deletions
+4245 -3482
This diff is collapsed.
......@@ -42,6 +42,7 @@ export class MultipleDropdownComponent implements OnInit, OnChanges, OnDestroy {
this.context.valueChanges.pipe(
tap(() => {
this.formControlRef.patchValue(null);
this.tempValue = this.tempValue.clear();
this.setupOptions();
}),
takeUntil(this.dispose$)
......
......@@ -15,7 +15,7 @@ export class TextboxComponent implements OnInit, AfterViewInit, OnChanges {
@Input() validations?: any;
@Input() formControlRef?: FormControl;
@Input() prefix?: String;
@ViewChild('validationTrigger') validationTrigger: ElementRef;
@ViewChild('validationTrigger', { static:false }) validationTrigger: ElementRef;
constructor() {
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment