Advanced search: WIP POC, UI/UX.

SVN:b1162[5491]
This commit is contained in:
Guillaume Lajarige
2018-03-22 08:07:50 +00:00
parent 60d6bb79b3
commit 2d9041c045
6 changed files with 68 additions and 67 deletions

View File

@@ -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();