-
16 Nov 2012 6:37 AM #91
If you have a combofieldbox in a form, the form submit method send [Object ...] to the server...
I've modified the widget adding the following method:
getValue: function() {
return this.getValueStore().data.keys;
}
returning the correct array of inputValue selected.
-
15 Jan 2013 7:50 AM #92
Has anyone used this with queryMode: 'remote'? I am having trouble.
First it tries to do a load when it is instantiating which fails because query is not being sent. Then when I type in the field it doesn't load at all. Clicking on the trigger does complete the remote call with query=''.
Any suggestions?
-
7 Mar 2013 2:05 PM #93
Stewart McGuire
Ext JS 2.x, 3.x, 4.x - User / Ext Designer 1.2 - User / Sencha Architect 2 - User
-
28 Mar 2013 7:13 AM #94
ComboFieldBox { typeAhead: true, iconClsField: "iconCls" } gets multiselect error
ComboFieldBox { typeAhead: true, iconClsField: "iconCls" } gets multiselect error
When I run the ComboFieldBox with the typeAhead: true I am unable to select multiples via typeAhead. However, If I add multiselect: true then I get an error that you can't have typeAhead and multiSelect true at the same time.
I'm using ExtJs 4.1.1
-
29 Mar 2013 9:41 AM #95
will be supported version 4.2?


Reply With Quote