Notifications
Clear all
Topic starter
I have a situation where I need to combine a listbox with some checkboxes. The checkboxes have visibility regions that rely on them. I tried first just using one listbox but things didn't look/display as we desired with the visibility regions needed. Anyhow, I'm looking for a way to remove the border from the listbox. Does anyone know of a way to accomplish this?
Posted : August 27, 2018 4:16 am
I don't think that's possible, but what is your MEL / logic for your visibility fields? I would use something like this
visibility field would read:
match(document.listbox,"your value")>0
Posted : August 28, 2018 4:56 am