We have an app with some large text fields in it.
The container and the textarea fields are all set to 'Auto' (size) and expand content to fit is checked, but it is showing scrollbars, and it shouldnt
Screen shot attached.
Also, on the same app page we have a 'download to pdf' using the utils.downloadpage Function... It's completely cutting off the text, screenshot attached.
For containers, in particular, the Expand content to fit option isn't compatible with the Auto height option, meaning you'll need to manually set the height and width. Whatever child you add, though, will automatically expand to take up that entire space.
That said, I've spent a bit of time trying to replicate the configuration that you've shared here and am unable to do so. The only time I see scrollbars is when I leave Auto-grow with content unchecked:
Would you mind sending me a JSON export of your app?
The second issue that you've raised is definitely a bug! I'm able to replicate it on my end and will talk to the team about a fix. I'll provide an update here as soon as I have news.