Give us feedback
multiselect-on-popup
Reactive icon

MultiSelect on Popup

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 15 May 2022 by 
0.0
 (0 ratings)
multiselect-on-popup

MultiSelect on Popup

Details
Multiselect component mainly on popup. We can select several items at one time. See also screenshots and demo( https://youtu.be/Qgr43nHTJx8 ). This component is helpful when we want to include image or various information in each item selection.
Read more

# demo video

This sample demo simulates the case when we want to assign a task to multiple people. The component supports

1. save/cancel button

2. all select/de-select

3. refine your search

Note) The sample data are generated using https://kazina.com/dummy/ .

# How to use this?

1. First, define the data action to fetch the list items. The type of output data should be structure which contains "Ischecked" boolean attribute.



2. Fill in "TitlePlaceholder" and "ListPlaceHolder" as below. The former placeholder has title text and the latter has list and list item (like ListItemContent).



3. Define the each handler of 4 events, OnAllChecked, OnCancel, OnSave and OnSearch.



4. Set the block on the popup

Release notes (1.0.0)
Reviews (0)