Ext.ns('Search.form');

Search.form.FindField = Ext.extend(Ext.form.ComboBox, {
	wwtype: 'find',
	itemCls: 'ww-custom-combobox w400',
	hiddenName: 'find[]',
	fieldLabel: 'Find',
	valueField: 'find_slug',
	displayField: 'find_title',
	// store: find_store,
	mode: 'local',
	typeAhead: true,
	triggerAction: 'all',
	// emptyText: 'Choose a Category or Type some Keywords',
	emptyText: 'All Programs',
	selectOnFocus: true,
	editable: true,
	allowBlank: true,
	// enableKeyEvents: true,
	width: 400
});
