forked from 0x2620/oxjs
update uses of focusInput()
This commit is contained in:
parent
4701245038
commit
c1c4441b10
9 changed files with 21 additions and 17 deletions
|
|
@ -89,7 +89,7 @@ Ox.InputGroup = function(options, self) {
|
|||
if ($(event.target).hasClass('OxSeparator')) {
|
||||
Ox.forEach(self.options.inputs, function($input) {
|
||||
if ($input.focusInput) {
|
||||
$input.focusInput();
|
||||
$input.focusInput(true);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue