Skip to main content
New Participant
May 30, 2022
Question

Resizable Paragraph Field

  • May 30, 2022
  • 1 reply
  • 3 views

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

1 reply

vikashk739
Inspiring
May 30, 2022

Hi, the scroll feature is already available for all the different heights, if enter more data then it show the scroll bar. However the expansion/contraction of field will still be available.