Add Multiple keypress search

Hi,

I want to add multiple model to search data on keypress on txt field, can anybody guide me where is it written?

Anybody?

Here’s the code

To search the code try this How can you fetch the one who approved/submits? - #4 by clarkej

1 Like

@clarkej thanks. :+1:

this.dialog.get_input("txt").on("keyup", function (e) {
	me.start = 0;
	me.search();
});  

i added above code for realtime search items on input.

1 Like

Thanks very much for that learning!