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