forked from 0x2620/pandora
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({
|
.bindEvent({
|
||||||
change: function() {
|
change: function() {
|
||||||
$input.value([$input.value()[0], '']);
|
$input.value([$input.value()[0], '']);
|
||||||
|
$input.options('elements')[1].focusInput();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
Ox.Input({
|
Ox.Input({
|
||||||
|
|
Loading…
Reference in a new issue