Unanswered: How to stop ComboBox trigger on store.add(record)
Unanswered: How to stop ComboBox trigger on store.add(record)
ExtJS v4.1.1a.
I have a ComboBox with a local store that's working fine, except that when I programmatically add a record to it's store, the "trigger" appears to be firing (causing the drop down list to app and show the entry I just added).
Is there a config setting to suppress this behaviour or am I possibly doing something else wrong?