diff --git a/source/Ox.UI/js/Form/Ox.Input.js b/source/Ox.UI/js/Form/Ox.Input.js index 89fe8d34..af8fa6bd 100644 --- a/source/Ox.UI/js/Form/Ox.Input.js +++ b/source/Ox.UI/js/Form/Ox.Input.js @@ -634,6 +634,7 @@ Ox.Input = function(options, self) { function clear() { // fixme: set to min, not zero // fixme: make this work for password + that.triggerEvent('clear'); self.options.value = ''; if (self.options.type == 'float') { self.options.value = '0.0';