无法在 Ext.form.field.Text 上绑定存储 - 缺少 setStore 方法

Cannot bind store on Ext.form.field.Text - missing a setStore method

我是 extjs 的新手,我是 Whosebug 的新手,我的 viewModel 和所有商店都是完美的绑定,但仍然出现这个错误我不知道如何解决这个问题,请有人帮助我 these are the errors which appears

谢谢楼主,我已经有了。我只是将商店绑定到文本字段而不是组合框。

{
  xtype: 'textfield',
  anchor: '100%',
  fieldLabel: 'Ssahjask',
  labelWidth: 130,
  name: 'asdhaskfja',
  valueField: 'id',
  bind: 
  {
    store: '{asdasdkasd}'
  }
},