Ox.SelectInput: focus input when switching to 'other' option
This commit is contained in:
parent
b6138ead48
commit
b7129af1b4
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Ox.SelectInput = function(options, self) {
|
||||||
width: self.otherWidth
|
width: self.otherWidth
|
||||||
})
|
})
|
||||||
.addClass('OxOverlapRight');
|
.addClass('OxOverlapRight');
|
||||||
self.$input.show().value(self.options.value);
|
self.$input.show().value(self.options.value).focusInput();
|
||||||
}
|
}
|
||||||
self.$select.options({title: getTitle()});
|
self.$select.options({title: getTitle()});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue