0

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?

Sergey Novikov
  • 4,096
  • 7
  • 33
  • 59

1 Answers1

1

The solution is trivial - modern toolkit provide us with Ext.field.Text.autoComplete config.

Sergey Novikov
  • 4,096
  • 7
  • 33
  • 59