Closed troncomputers closed 5 years ago
@troncomputers Did you figured out a solution for that? I'm looking for the same thing.
@troncomputers Clearing the value in setTimeout gets the job done, reasons unknown. Ex:
setTimeout(() => { this.search = '' });
I had this problem almost a year ago. I'm not using ngx-typeahead anymore. I switched to Angular Material.
Hi! I'm not sure what I'm doing wrong but I want to clear search input after item select. Setting
this.search = ''
is not clearing the input. Is there a different way?