Good Day,
I am currently trying to create a searchable dropdown that is nested and has a checkbox.I have looked at multiple discussions but haven't found anything that gives me the desired look.
Discussions I have looked at Discussion, Discussion2, Discussion3.If there is a discussion that already has the answer to this please drop the link in the comments.
@Weston Nyirenda
Have you tried the DropdownTag widget from the OutsystemsUI Module?
If the standard dropdowntag widget doesn't fulfill your needs you could search the Forge
Example: https://www.outsystems.com/forge/component-overview/202/dynamic-menus)
Hi @Weston Nyirenda
To implement a nested multiselect checkbox dropdown, you can explore Forge components.
https://www.outsystems.com/forge/component-overview/9239/multiple-selection-dropdown-reactandmob
https://www.outsystems.com/forge/component-overview/8392/multi-select-checkbox-reactive-web-application
Thanks
Hey Weston,
Create two separate dropdown tag instead of doing in a single dropdown tag. For example if you select "Guateng " and "Limpopo" in the 1st dropdown tag then "Johannesburg", "Pretoria" , "Polokwane" , "Venda" will appear in the 2nd dropdown tag. After that you can select "Pretoria" , "Polokwane" , "Venda" from the 2nd dropdown tag.
This will be one of the best approach you can use in this scenario.
Hope this will help you!!
Thanks,
Sudip Pal