Is there a way to tell a floating group to stretch in the vertical direction to fit its own contents?
I’ve got a multiline input in a floating group at the top of a chat window. It would be nice if the input wasn’t constrained. Right now the multiline input itself stretches, but since the floating group doesn’t stretch the bottom half of the input just disappears.
2 Likes
Having the same problem. Any help here, @emmanuel?
Specifically, if the user puts in too much text and the multiline input stretches too high, there’s no scroll bar to let them look at the rest of their text.
2 Likes
One way I’ve dealt with this is to change the vertical alignment of your floating groups to ‘Both’. That way, you can scroll within the floating group when your content is longer than the page height.