diff --git a/source/Ox.UI/js/Form/SelectInput.js b/source/Ox.UI/js/Form/SelectInput.js index 34389a82..8ac87566 100644 --- a/source/Ox.UI/js/Form/SelectInput.js +++ b/source/Ox.UI/js/Form/SelectInput.js @@ -114,7 +114,7 @@ Ox.SelectInput = function(options, self) { width: self.otherWidth }) .addClass('OxOverlapRight'); - self.$input.show().value(self.options.value); + self.$input.show().value(self.options.value).focusInput(); } self.$select.options({title: getTitle()}); }