设备上的 TextArea 滚动不起作用
在任何设备上,当使用文本区域时,无法滚动它......
但在浏览器中它工作正常..
Any way to scoll the text area / atleast to auto resize.
在设备中
{
xtype: 'fieldset',
title: 'TExt aRea',
defaults: {
labelWidth: '36%'
},
items: [{
xtype: 'textareafield',
label: 'textareafield',
clearIcon: true
},
]
}