documents panel: focus input on select change

This commit is contained in:
rolux 2015-02-21 13:05:05 +05:30
parent 6693bfcd0f
commit 6aa04ca73b

View File

@ -693,6 +693,7 @@ pandora.ui.documentsPanel = function(options) {
.bindEvent({
change: function() {
$input.value([$input.value()[0], '']);
$input.options('elements')[1].focusInput();
}
}),
Ox.Input({