ExtJS - tagfield default value not firing event

563 Views Asked by At

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

1

There are 1 best solutions below

0
On

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