Hello i have a form and on one of it's datacard i have a text input for a multi-line text.
My plan is to increase it's height depending on the text length. I tried doing this but this workaround doesn't seem to work on my end:
- Use a Label for displaying text.
- Set Label Visible property to false
- Set the Text property of the Label to (TextInput1.Text).
- Set the Label's AutoHeight property to true.
- Set the height property of the Text Input to match the height of the Label.
Please provide some alternate workaround in order to increase the height of a multi-line text input
Thanks,