documents panel: focus input on select change
This commit is contained in:
parent
6693bfcd0f
commit
6aa04ca73b
1 changed files with 1 additions and 0 deletions
|
@ -693,6 +693,7 @@ pandora.ui.documentsPanel = function(options) {
|
|||
.bindEvent({
|
||||
change: function() {
|
||||
$input.value([$input.value()[0], '']);
|
||||
$input.options('elements')[1].focusInput();
|
||||
}
|
||||
}),
|
||||
Ox.Input({
|
||||
|
|
Loading…
Reference in a new issue