How to use Ext.form.field.ComboBox with LABKEY.ext.Store ?

LabKey Support Forum (Inactive)
How to use Ext.form.field.ComboBox with LABKEY.ext.Store ? Leo Dashevskiy  2012-04-11 17:22
Status: Closed
 
Seems like needed extra config options for things to work smoother, such as

triggerAction: 'all',
forceSelection: true,
typeAhead: true,
minChars: 0,

Thanks.

Btw, I think either Ext4 itself or you guys independently should include the following "SuperComboBox" in the next release:
http://technomedia.co.uk/SuperBoxSelect/examples3.html