diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index c218ab6c..c44bcc95 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -88,8 +88,8 @@ Ox.Input = function(options, self) { changeOnKeypress: false, clear: false, decimals: 0, - disabled: false, - height: 16, + disabled: false, + height: 16, key: '', min: -Infinity, max: Infinity,