@elderbyte/ngx-starter 21.12.3 → 21.12.4
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.
|
@@ -23659,7 +23659,7 @@ class ElderAutocompleteDirective {
|
|
|
23659
23659
|
* *
|
|
23660
23660
|
**************************************************************************/
|
|
23661
23661
|
ngOnInit() {
|
|
23662
|
-
merge(this.userTextInputChanged$.pipe(filter(() => this._elderAutocomplete.enabled), debounce(() => timer(this.getDebounceTime()))
|
|
23662
|
+
merge(this.userTextInputChanged$.pipe(filter(() => this._elderAutocomplete.enabled), debounce(() => timer(this.getDebounceTime()))), this.autocomplete.triggerReload$)
|
|
23663
23663
|
.pipe(takeUntil(this.destroy$), filter((value) => !value || typeof value === 'string' || typeof value === 'number'))
|
|
23664
23664
|
.subscribe((value) => this.updateSuggestions(value));
|
|
23665
23665
|
}
|