I had { xtype: 'urlfield',
id: 'ifield',
name: 'ifile',
inputType: 'file',
}
in ST 1.1, but it doesn't wok in ST2.0. {xtype: 'input', type: 'password'} is rendering but {xtype: 'input', type: 'file'} isn't. Do you have any idea how to have file input in ST 2.0 form?