45
Views
2
Comments
Solved
[Multiple Selection Dropdown] In Multiple Selection Dropdown forge component Select details not appearing
Question
multiple-selection-dropdown
Reactive icon
Forge asset by Leopoldo Ismael

Hi ,

I am trying to display the selected data in a list but it is not working. Can you please suggest the solution and share the demo oml if possible

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Aditya,

Both the MSD asset's reusable block invokes the SendSelectedList Event on option selection and the event returns the entire list with the boolean attribute value as True for the options that are selected. See the below-highlighted SendSelectedList event and the handler input parameter called SelectedItemList.

If this doesn't help. Can you elaborate a bit more, on what is not working in your implementation?

Demo Screen: MSD_Demo

Refer to the attached oml


I hope this helps you!

Kind regards,

Benjith Sam

Sparkle_MSD_Demo.oml
2025-08-25 20-30-21
Leopoldo Ismael
Solution

Hi Aditya


Here is the full demo on the sample page
Hope it helps.

Leo

MSD_Demo.oml
2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Aditya,

Both the MSD asset's reusable block invokes the SendSelectedList Event on option selection and the event returns the entire list with the boolean attribute value as True for the options that are selected. See the below-highlighted SendSelectedList event and the handler input parameter called SelectedItemList.

If this doesn't help. Can you elaborate a bit more, on what is not working in your implementation?

Demo Screen: MSD_Demo

Refer to the attached oml


I hope this helps you!

Kind regards,

Benjith Sam

Sparkle_MSD_Demo.oml
2025-08-25 20-30-21
Leopoldo Ismael
Solution

Hi Aditya


Here is the full demo on the sample page
Hope it helps.

Leo

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