EXTJS comboBox multiselect
There isn't a config option like multiSelect
in Ext.form.ComboBox
.
To get desired functionality you either need to develop a multiselect combobox by your own or use one of existing alternatives, like Ext.ux.form.CheckboxCombo, Ext.ux.form.SuperBoxSelect and Ext.ux.form.LovCombo.