Fix #8117 - another go at thousand seperator
[roojs1] / roojs-bootstrap-debug.js
index 657326e..324da9a 100644 (file)
@@ -23652,6 +23652,9 @@ Roo.extend(Roo.bootstrap.form.DateField, Roo.bootstrap.form.Input,  {
     
     showPopup : function()
     {
+        if(this.readOnly) {
+            return;
+        }
         this.picker().show();
         this.update();
         this.place();