@abgov/angular-components 5.0.0-dev.1 → 5.0.0-next.1
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.
|
@@ -3781,8 +3781,8 @@ class GoabInput extends GoabControlValueAccessor {
|
|
|
3781
3781
|
this.onBlur = new EventEmitter();
|
|
3782
3782
|
this.onKeyPress = new EventEmitter();
|
|
3783
3783
|
this.onChange = new EventEmitter();
|
|
3784
|
-
this.isReady = false;
|
|
3785
3784
|
this.version = "2";
|
|
3785
|
+
this.isReady = false;
|
|
3786
3786
|
this.handleTrailingIconClick = false;
|
|
3787
3787
|
}
|
|
3788
3788
|
ngOnInit() {
|