0

I have an ExtJS 6.5.1 app with a tagfield which has a default value using the value config. But when the value is set no events (change,select,validitychange etc) are fired.

Here is the fiddle

Should I instead remove the value config and listen for the store to load and then call setValue() to trigger the change event?

Thanks

Narendra Jadhav
  • 10,052
  • 15
  • 33
  • 44
stackato
  • 1,085
  • 1
  • 19
  • 38

1 Answers1

0

Your fiddle is working as expected , alert is fired when on change event occurs .

Avee
  • 45
  • 10