Hi Team,
I have a web screen ( Traditional web ) with a drop down list , and it has thousands of records listed in the drop down, and the challenge here is looking/selecting for 1 particular record from thousands of records from the drop down is nightmare.
Is there way to to enable the same drop down box to search dynamically (just by typing 1-9 or a-z) it should display only the matching list with search criteria (1-9 or a-z) and it will be easy for the user to select the desire record. Please help me with sample implementation or an reference link. Thank you in advance.
Regards,
Madhu
Hi Madhu,
you need to use Input Autocomplete
https://success.outsystems.com/Documentation/How-to_Guides/Front-End/How_to_create_a_search_field_with_autocomplete
Regards
Rahul
You can find a working example in the attached OML
Hope this will help
Thanks!!
For your requirement Dropdown Select will be best suit. have a look into this doc :
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Dropdown_Select
Sanjay