I am using the default form configuration with a field type set to Picklist (Radio Button). I expected the field to occupy the full width of the screen, even when the form is divided into two or three columns. However, this is not happening.
@Kamil Janeczek
I expected the question shown in the above screenshot to occupy the full width of the screen, but instead, it is wrapping. Currently, I am using a three-column layout; however, I also tested with a single-column layout, and the behavior remains the same.
@Arunkum@rI believe it is working as designed. Picklist take the whole row (so there will be no other control on right of it). Text is wrapped as according to WCAG we should avoid to wide columns of text. Please take a loon on other guidances here: What’s Up with Constellation Form Layout? | Pega
@Kamil Janeczek I found an alternate solution to display the field in full width. I used the “Form Full Width (Number of columns = 1 and gridTemplateColumns = 100%)” component from the Constellation-UI-Gallery, and it looks very good now. Sharing this for others.