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?
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
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.
Hi Doug,Can you share the properties and input for this weblock.
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.