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.
Hi Priya,
I saw your oml file,
Instead of the standard dropdown, you can use the Multiple Search Dropdown.
Use this forge component
The forge component is not visible
https://www.outsystems.com/forge/component-overview/11523/multiselectdropdown-dropdown-search-multiple-selection
check this link
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
probability you can make use of dropdown tags - see the updated OML File
Thank you,but still the selected data in tags are not displaying