TextArea scroll on devices not working
On any device, when text area is used there is not way to scroll it...
but in browser it works fine..
Any way to scoll the text area / atleast to auto resize.
in Device
{
xtype: 'fieldset',
title: 'TExt aRea',
defaults: {
labelWidth: '36%'
},
items: [{
xtype: 'textareafield',
label: 'textareafield',
clearIcon: true
},
]
}