Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 5 - ng-select - input text event

I use the module in my Angular 5 application:

ng-select

My use case is that the user gives in a search term and I load search results from backend concerning to the user input. I can not find an event which fires when user gives in characters. Does anyone know which event I can use or how I can do this

like image 818
quma Avatar asked Jul 18 '18 18:07

quma


1 Answers

I think that the keyup event is what you are looking for.

You can read more about it here.

like image 184
Dumitriu Sebastian Avatar answered Oct 06 '22 19:10

Dumitriu Sebastian