Page 1 of 1

line inputs auto expand

Posted: Fri Sep 23, 2022 6:47 pm
by lilidev
Is there any way that line inputs are auto expanded when there is a lot of data to be displayed?

Json data is passed to Process Maker process, to a Line Input item with the "Read Only" option checked. But in order to see all data I need to put the cursor in the Line Input item and use the key board to go to the last word.

Is it possible that, if there is lot of data/characters, the Line Input item is automatically expanded to fit all data and so can be easy to see?

As a workaround I tried with a "Text Area" item which seems to display the data in a better way but I wanted to know if there is another way to make it work with Line Input item so I don't have to re-create the fields.

Thanks in advance,

Re: line inputs auto expand

Posted: Wed Sep 28, 2022 10:07 am
by ronrich
Hello lilidev,

Is there any reason why you are using read-only fields? I would recommend using a rich-text field and calling the variable using mustache syntax, that way you'll see all the content.

I hope this helps.

Kind regards,

Re: line inputs auto expand

Posted: Mon May 01, 2023 12:59 pm
by lilidev
:D Thanks ! that worked for me