@testgorilla/tgo-ui 4.0.2 → 4.0.3
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.
|
@@ -15467,6 +15467,7 @@ class FieldComponent {
|
|
|
15467
15467
|
else {
|
|
15468
15468
|
this.value = '';
|
|
15469
15469
|
}
|
|
15470
|
+
this.onChangeInputSearch();
|
|
15470
15471
|
this.cdr.markForCheck();
|
|
15471
15472
|
}
|
|
15472
15473
|
registerOnChange(fn) {
|