Focus on the filter textarea when opening filter options in the query tool.

pull/6/head
Murtuza Zabuawala 2017-11-16 11:01:40 +00:00 committed by Dave Page
parent cf1440f41d
commit af2722faa3
1 changed files with 2 additions and 0 deletions

View File

@ -2707,6 +2707,8 @@ define('tools.querytool', [
self.gridView.filter_obj.setValue('');
else
self.gridView.filter_obj.setValue(res.data.result);
// Set focus on filter area
self.gridView.filter_obj.focus();
} else {
setTimeout(
function () {