In extjs when trying to add xtype:'passwordfield' i'm getting this following error:
Unrecognized class name / alias: widget.passwordfield
Synchronously loading 'widget.passwordfield'; consider adding Ext.require('widget.passwordfield') above Ext.onReady
According to your tag, you are using ExtJS 4.
passwordfieldis for ExtJS 6+ modern. So, in ExtJS 4 you would use:Check the Login Form in the examples (and bookmark that page :-) ).