roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 0c5e45a..f88e619 100644 (file)
@@ -16531,6 +16531,7 @@ side          Add an error icon to the right of the field with a popup on hover
      * Resets the current field value to the originally loaded value and clears any validation messages
      */
     reset : function(){
+        this.originalValue = this.resetValue;
         this.setValue(this.resetValue);
         this.clearInvalid();
     },