Hack to get lovcombo working in extjs 3.4.

This commit is contained in:
Adam Sutton 2012-09-17 12:50:24 +01:00
parent 8fb625f6f5
commit 921f3813f1

View file

@ -51,6 +51,11 @@ Ext.ux.form.LovCombo = Ext.extend(Ext.form.ComboBox, {
*/
,separator:','
/**
* Mask out this function it breaks the component in 3.4
*/
,assertValue: Ext.emptyFn
/**
* @cfg {String/Array} tpl Template for items.
* Change it only if you know what you are doing.