27
Views
4
Comments
Solved
[Drop Down Search] Outsystem ui
Question
drop-down-search
Reactive icon
Forge asset by Kishore
Application Type
Mobile

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 . 


2023-02-20 05-20-57
Nam Nguyen
Solution

Hi Ankit Kumar Varshney, 

Have you tried DropdownSeverSide? 


Nam

UserImage.jpg
Ankit Kumar Varshney

Hi Nam, 


Thank you . I have achieved my functionality by using this 




2023-02-01 16-53-56
Rui Gomes

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

UserImage.jpg
Ankit Kumar Varshney

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 

2023-02-20 05-20-57
Nam Nguyen
Solution

Hi Ankit Kumar Varshney, 

Have you tried DropdownSeverSide? 


Nam

UserImage.jpg
Ankit Kumar Varshney

Hi Nam, 


Thank you . I have achieved my functionality by using this 




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.