Hi All ,
I need a help. I have a rest api which return the default list of records which i want to display in the dropdown search widget . Now i want to make sure if user type anything in search box then i need to call another api for fecthing the records on key press event based on user input . Currently it is searching in default list .
Is there any way to achieve this .
Hi Ankit Kumar Varshney,
Have you tried DropdownSeverSide?
Nam
Hi Nam,
Thank you . I have achieved my functionality by using this
Hello @Ankit Kumar Varshney ,
Why don't you use the default Dropdown Search?
Inside the "Onchanged" event, you could call the other API for fetching the records.
Regards,
Rui Pedro Gomes
I want to use same but some how It will not solve my purpose . actually i don't want it onchange. I want to perform it on onkey press