oasys-lib 2.33.0 → 2.33.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.
package/fesm2022/oasys-lib.mjs
CHANGED
|
@@ -3454,9 +3454,7 @@ class OasysComboboxComponent {
|
|
|
3454
3454
|
this.onChange(this.textValue());
|
|
3455
3455
|
this.didChange.emit(this.selectedOption());
|
|
3456
3456
|
this.onTouched();
|
|
3457
|
-
|
|
3458
|
-
this.closePanel();
|
|
3459
|
-
}
|
|
3457
|
+
this.closePanel();
|
|
3460
3458
|
}
|
|
3461
3459
|
/**
|
|
3462
3460
|
* On Key Navigation
|