LightningFlowComponents
LightningFlowComponents copied to clipboard
Ability to set height in richTextAreaFSC
As an admin, I would like to be able to set the height of richTextAreaFSC because sometimes it is the only field on a screen and I want it to take up the whole screen.
Have you tried changing the size of the font or tried adding blank lines above or below your text?
@ericrsmith35 Adding blank lines does cause the component height to increase a little, but there seems to be a max size limit that isn't very generous. Would it be possible to add support for configuring a styling hook such as the following?
:host { --sds-c-textarea-sizing-max-height: 500px; }