Hi,
I have a custom Combo Box which displays list of values from an api based on values entered in another select widget.
I have an event queryFilter on firing which i want the values in CQ.Ext.data.Store to be used.Even though i pass the new values in filter the store values defined in constructor get picked up.
How to make a call on selecting a value in combo box with the new store object?
Attached is the code snippet i am using.
Thanks