X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=2b64bc6535f05edc7ad40bc1255b3e8958579583;hp=657326e15f65508132c58bb2e5a4bbbdee3c7a91;hb=6e59a4f5778967dd8ec139dcbefb193e1e6eb3d1;hpb=9247717846c2e9fe2885b7651d6dd9323d54ded6 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 657326e15f..2b64bc6535 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -23652,7 +23652,10 @@ Roo.extend(Roo.bootstrap.form.DateField, Roo.bootstrap.form.Input, { showPopup : function() { - this.picker().show(); + if(this.readOnly) { + return; + } + this.picker().show(); this.update(); this.place();