77
Views
6
Comments
Add checkboxes in search dropdown to select multiple options
Discussion

I created a screen and need to filter particular columns so as of now tried with one column value as Tool Type . In that if I select a type its displaying but I need checkboxes to select as many values I need to display and also select all box must be there. Can someone help me out in adding check boxes to search dropdown.

RequestList.oml
2023-08-18 10-40-36
Deepak M

Hi Priya,

I saw your oml file,

Instead of the standard dropdown, you can use the Multiple Search Dropdown.


Use this forge component

2019-11-11 17-10-24
Manish Jawla
 
MVP

Hi @Priya Mv ,

I have shared the below link for server side drop down widget which will solve your problem.

https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=504 

https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_mobile_and_reactive_patterns/interaction/dropdown_server_side/ 


This widget got the capability to select multiple records with checkbox.

Hope this helps.

Regards,

Manish Jawla

2025-01-23 05-58-39
Jamal Mohammed

probability you can make use of dropdown tags -  see the updated OML File

RequestList_updated.oml
UserImage.jpg
Priya Mv

Thank you,but still the selected data in tags are not displaying


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