ngx-select-ex
ngx-select-ex copied to clipboard
Is there a way to programmatically pass a value and trigger a search?
Hi.
Is there a way to trigger a search without the user interacting with the component? How can this be implemented?? I was thinking about using @ViewChild to get the instance of the ngx-select-ex and then pass a value to the search field. Is it possible or are there any other ways much more straightforward??