How to enable arrow keys i.e. down & up in this plugin. Lets say user type something in the combo box and press down arrow key so that the first record from the list should be selected & when down key is pressed again, next record is selected and so on.
How to enable arrow keys i.e. down & up in this plugin. Lets say user type something in the combo box and press down arrow key so that the first record from the list should be selected & when down key is pressed again, next record is selected and so on.
Thanks for your last tips. This is my plan for UP/DOWN
1、do query when UP and DOWN at onKeyUp()
2、select first record at onLoad()
3、If user press UP/DOWN again after data load, select next or prev record.
Can you try to implement this yourself first.
If you made it, I will put your name on as Author.
Thank you.
'Ext.DomQuery.compile(): Error parsing selector. Parsing failed at "."' when calling method: [nsIDOMEventListener::handleEvent]
chrome://firebug/content/net/spy.js
Line 812
Is there any Sencha Developer can help us? just some tips.