mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Advanced search: WIP POC, UI/UX.
SVN:b1162[5491]
This commit is contained in:
@@ -129,7 +129,7 @@ $(function()
|
||||
});
|
||||
|
||||
// - Filter
|
||||
oFilterElem.find('input').on('keyup focus', function(oEvent){
|
||||
oFilterElem.find('input').on('keydown focus', function(oEvent){
|
||||
// TODO: Move on values with up and down arrow keys; select with space or enter.
|
||||
|
||||
var sFilter = $(this).val();
|
||||
|
||||
Reference in New Issue
Block a user