roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 31e2a84..77c70c1 100644 (file)
@@ -20864,7 +20864,7 @@ side          Add an error icon to the right of the field with a popup on hover
      */
     hasChanged : function()
     {
-        if(this.disabled) {
+        if(this.disabled || this.readOnly) {
             return false;
         }
         return this.loadedValue !== false && String(this.getValue()) !== this.loadedValue;