I try to have an empty secondColumnContents (so the fields length is reduced ).It seems that declaring an empty firstColumnContents works as expected but I can't get the empty secondColumnContents going:I use : a!sectionLayout( label: "Documents", firstColumnContents: { a!textField( label: "Test" ) }, secondColumnContents: { } )whereas this works as expected: a!sectionLayout( label: "Documents", firstColumnContents: { }, secondColumnContents: { a!textField( label: "Test" ) } )I know the workaround is to have an empty hidden field in the second column but is there a more elegant way?
OriginalPostID-138350
Discussion posts and replies are publicly visible