@acorex/components 16.19.57 → 16.19.59
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.
|
@@ -12498,7 +12498,9 @@ class AXSearchBarComponent {
|
|
|
12498
12498
|
this.isActiveValueChange.set(true);
|
|
12499
12499
|
await this._handleInitVlaue(e);
|
|
12500
12500
|
this.onValueChange.emit(e);
|
|
12501
|
-
|
|
12501
|
+
setTimeout(() => {
|
|
12502
|
+
this.isActiveValueChange.set(false);
|
|
12503
|
+
}, 500);
|
|
12502
12504
|
}
|
|
12503
12505
|
handleItemRemoveClick(item) {
|
|
12504
12506
|
this._editors.forEach((e) => {
|