To prevent auto completion on a field with classic toolkit I could use Ext.form.field.Base.inputAttrTpl like this: inputAttrTpl: 'autocomplete="new-password"'
.
How I can achieve this with modern toolkit?
The solution is trivial - modern toolkit provide us with Ext.field.Text.autoComplete config.