@recursyve/nice-ui-kit.v2 13.1.0-beta.89 → 13.1.0-beta.90
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/esm2020/lib/components/async-typeahead/async-typeahead.component.mjs +3 -2
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs +2 -1
- package/fesm2015/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs +2 -1
- package/fesm2020/recursyve-nice-ui-kit.v2.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2807,6 +2807,7 @@ class NiceAsyncTypeaheadComponent extends _BaseAsyncTypeaheadComponent {
|
|
|
2807
2807
|
this.focused = false;
|
|
2808
2808
|
this.stateChanges.next();
|
|
2809
2809
|
}
|
|
2810
|
+
this.changeDetectorRef.detectChanges();
|
|
2810
2811
|
}
|
|
2811
2812
|
get disabled() {
|
|
2812
2813
|
if (this.ngControl && this.ngControl.disabled !== null) {
|
|
@@ -2969,7 +2970,7 @@ class NiceAsyncTypeaheadComponent extends _BaseAsyncTypeaheadComponent {
|
|
|
2969
2970
|
}
|
|
2970
2971
|
onRemove(event) {
|
|
2971
2972
|
if (event) {
|
|
2972
|
-
event.stopPropagation();
|
|
2973
|
+
// event.stopPropagation();
|
|
2973
2974
|
}
|
|
2974
2975
|
if (this.disabled) {
|
|
2975
2976
|
return;
|