Hack to get lovcombo working in extjs 3.4.
This commit is contained in:
parent
8fb625f6f5
commit
921f3813f1
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue