Azrael-577

Results 1 comments of Azrael-577

in ionic4-auto-complete.js: /** * Get items for auto-complete * * @param event * @param show */ getItems(event, show) { this.isLoading = true; if (this.promise) { clearTimeout(this.promise); } this.promise = setTimeout(()...