1. #91
    Ext JS Premium Member
    Join Date
    Sep 2010
    Posts
    3
    Vote Rating
    0
    MacZed will become famous soon enough

      0  

    Default


    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.

  2. #92
    Sencha User
    Join Date
    Apr 2007
    Posts
    79
    Vote Rating
    3
    bobmanc is on a distinguished road

      0  

    Default


    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?

  3. #93
    Ext JS Premium Member smcguire36's Avatar
    Join Date
    Sep 2007
    Location
    Connecticut, USA
    Posts
    93
    Vote Rating
    0
    smcguire36 is on a distinguished road

      0  

    Default


    Quote Originally Posted by jordandev View Post
    Another suggestion:

    When selecting a value the picker list should not jump to the top.
    I second this! Great user extension but this one thing is annoying.

    Also, I second the request for support for BoxSelect's stacked: true attribute. I also would like to display one item per row.

    Stewart McGuire
    Ext JS 2.x, 3.x, 4.x - User / Ext Designer 1.2 - User / Sencha Architect 2 - User

  4. #94
    Sencha User
    Join Date
    Jul 2012
    Location
    Fort Collins, CO
    Posts
    10
    Vote Rating
    0
    Avman2119 is on a distinguished road

      0  

    Default 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

  5. #95
    Sencha User
    Join Date
    Mar 2010
    Location
    Ukraine
    Posts
    38
    Vote Rating
    0
    sebbio is on a distinguished road

      0  

    Default


    will be supported version 4.2?