function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rdclk23rdclk23 

Input Textbox size

Is there a way to make a input Textbox field longer / wider on a Flow Screen?  Salesforce sets it to a standard size and the full text value is cut off.  The only alternative I see is to use  a Long Text Area which is way too big. 
sfdcMonkey.comsfdcMonkey.com
hi rdclk
if you work with visualforce try size attribute for long textbox field like
<apex:inputText  id="theTextInput" size="30"/>
Thanks
let me inform if it helps you