[CLOSED] ComboBox : selectOnTab is not working with mouse click selection

  1. #1

    [CLOSED] ComboBox : selectOnTab is not working with mouse click selection

    I have grid panel with some column in that I used combobox for 3 columns with multiselect. ( need to move next column using tab event. )

    I lost my selection when I select using mouse click then tab. If I used only tab for selection with arrow then it works well but with mouse click I lost my selection,I have to mouse out from selection after clicking.


    xtype: 'combobox',
    multiSelect: true,
    //editable: false,
    typeAheadDelay: 200,
    typeAhead: true,
    valueField: 'value',
    displayField: 'type',
    queryMode: 'local',
    selectOnTab: true,
  2. #2
    Hello @amitpareek!

    If SelectOnTab does not help you because of mouse envents, then you probably need to use SelectOnFocus instead.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 1
    Last Post: Jul 11, 2017, 8:48 PM
  2. Replies: 2
    Last Post: Feb 15, 2017, 7:28 AM
  3. Replies: 6
    Last Post: Jan 13, 2014, 3:54 AM
  4. Replies: 5
    Last Post: Jul 18, 2013, 3:08 PM
  5. Replies: 5
    Last Post: Oct 17, 2012, 9:29 PM

Tags for this Thread

Posting Permissions