Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

About TextArea height can't adjusted in html gui of Alteryx SDK

flying008
14 - Magnetar

Dear all , hello !

 

I want to set the textarea height to 2 rows in html gui, but it always show 1 row, if string length more than 1 row, the textarea can't display complete, and no way to drag the box size , so what's mistake in the below syntax ? @jdunkerley79 

 

 

<textarea id="regularExpression" rows="2" resizable="true" wrap="virtual" style="height:3em; resize:both; background-color: Aqua;"></textarea>

 

 

 

flying008_0-1683598193205.png

 

Ref: https://help.alteryx.com/developer/APIReferenceDocumentation/class/gui/plugin-widgets/TextArea/TextA...

0 REPLIES 0
Labels