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
|
|
@ -857,7 +857,7 @@ Ox.TextList = function(options, self) {
|
|||
blur: submit,
|
||||
})
|
||||
.appendTo($cell);
|
||||
//.focusInput();
|
||||
//.focusInput(true);
|
||||
setTimeout($input.focusInput, 0); // fixme: strange
|
||||
function submit() {
|
||||
var value = $input.value();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue