Resizable Paragraph Field

Hi,

The code below adds an editable paragraph field which can be resizable by the end user.I have a requirement to not let the user expand/contract the paragraph field and instead have a scroll bar if the value entered is large.

Can someone please let me know if that is possible?

a!paragraphField(
label: "Description",
instructions: "The description must include the problem statement",
value: "Expenses could not be submitted. When " & char(10) & " I click on the expenses link, I see an error page."
)

Thanks ,

Akhila

  Discussion posts and replies are publicly visible