自动调整大小在主要表面5.3.6中的输入文本区域中不起作用

时间:2016-06-03 09:39:23

标签: jquery html css jsf primefaces

我创建了一个p:textArea,其中autoResize = true(默认值)。一旦内容超出描述的行大小,文本区域应开始重新调整大小。 它没有重新调整大小,滚动条也没有显示,而是文本堆叠起来,输入文本区域的高度也没有变化。

<p:inputTextarea id="bldgNotes" rows="3" cols="40" counter="counter" maxlength="2550" style="width:96%" counterTemplate="{0} characters remaining." autoResize="true" value="#{buildingBean.originalBuilding.buildingNote}" />

This image shows that auto resize is not happening

1 个答案:

答案 0 :(得分:1)

这是一个CSS问题。检查HTML输出并采取相应措施。

鼠标在元素上 - &gt;右键单击 - &gt;检查和检查课程可能会有这样的事情:

 resize: none;
 or 
 overflow: