Reputation: 1145
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
Upvotes: 0
Views: 582
Reputation: 45
Your fiddle is working as expected , alert is fired when on change event occurs .
Upvotes: 0