21
Views
4
Comments
Solved
[Multi Select Checkbox Reactive Web Application] Trouble populated initial data with data from database
Application Type
Reactive

I like this module in its simplicity and clean form.

I have gotten this module to do what I need, with one exception.

This is a screenshot of the initial presentation. The gray box shows what is in the database as selected items. If I click on the block, it DOES show the correct (pre)selected states as I had passed to it. But they do not show in the top list until I (click or unclick) a selection.

This is an issue, because if I present the screen and nothing is changed, the module treats it as if there are NO states selected, and I have no way to know if the user unchecked the states, or just did not do anything.

Am I missing something?



2019-09-30 07-35-56
Aurelio Junior
Solution

Hello,

I'm not familiar with this specific component, but it looks like it's not actively maintained. Also, its "Try now" link is not working anymore.

Maybe a better option would be to use the "Dropdown Tags" from OutSystems UI: https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=348

2024-11-04 13-29-55
Doug Kantor

Thank you so much! I looked around Outsystems UI but did not find this. I have it now and it works for what I need.

UserImage.jpg
Deepak Kumar Yogi

Hi Doug,
Can you share the properties and input for this weblock.

2024-11-04 13-29-55
Doug Kantor

Thanks for the reply. 

The StateInclusion.List is a list of states, including full name, 2 char abbreviation, and the indicator I use for IsSelected. 

The IsSelected seems to be accurate, because if I click and the dropdown opens, the correct states are checked.

2019-09-30 07-35-56
Aurelio Junior
Solution

Hello,

I'm not familiar with this specific component, but it looks like it's not actively maintained. Also, its "Try now" link is not working anymore.

Maybe a better option would be to use the "Dropdown Tags" from OutSystems UI: https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternDetail?PatternId=348

2024-11-04 13-29-55
Doug Kantor

Thank you so much! I looked around Outsystems UI but did not find this. I have it now and it works for what I need.

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