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
dev_forcedev_force 

inputTextArea - "richText" with "cols" and "rows" properties

It appears that when setting richText="false", the cols and rows properties are applied to the component.

 

<apex:inputTextarea rows="10" cols="100" value="{!content}" id="content" richText="false"/>

 

However, when using richText="true" the cols and rows properteis have no effect on the component.

 

<apex:inputTextarea rows="10" cols="100" value="{!content}" id="content" richText="true"/>

 

 

 

Anyone else experience this?

Best Answer chosen by Admin (Salesforce Developers) 
jwetzlerjwetzler
We have a bug logged for this issue.