forked from 0x2620/pandora
update uses of focusInput()
This commit is contained in:
parent
cea86aee43
commit
2c6f302cfb
4 changed files with 6 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ pandora.ui.findElement = function() {
|
|||
var key = data.selected[0].id;
|
||||
pandora.$ui.findInput.options({
|
||||
autocomplete: autocompleteFunction()
|
||||
}).focusInput();
|
||||
}).focusInput(true);
|
||||
}
|
||||
}),
|
||||
] : [], [
|
||||
|
|
@ -55,7 +55,7 @@ pandora.ui.findElement = function() {
|
|||
pandora.$ui.findInput.options({
|
||||
autocomplete: autocompleteFunction(),
|
||||
placeholder: ''
|
||||
}).focusInput();
|
||||
}).focusInput(true);
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue