I have a radio button with 3 options in a "COMPACT" choiceLayout. I am trying to add whitespace between each radio button value to make the selection less dense.
I have tried padding with whitespace, e.g., choiceLabels:{"Option 1 ",...} but Appian trims the extra whitespace. This occurs when I use char() also.
One option is to make each choice its own radio button field, and then distribute the components across the interface, but this will create a lot of validation overhead.
Any suggestions?
Discussion posts and replies are publicly visible
Hi Evan,You can do this by adding an invisible character at the end of labels. Appian does not trim it. Get that character from here " " or use ALT+0160. Even though it is a hack, it will work.P.S. It might also work with char(0160) function.-Harshit
Thank you - the char(0160) worked...the other char()s I used for whitespace did not. This is good to know!
Cheers!
Can you share the code where you used this?
You can add it in choiceLabels.