Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:16:59 +0000 (19:16 +0800)
committerEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:16:59 +0000 (19:16 +0800)
Roo/bootstrap/Input.js

index cdeb3bf..8d93af0 100644 (file)
@@ -733,7 +733,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     },
     
     getGroupValue : function(){
-        return this.parent().child('input[name='+this.el.dom.name+']:checked', true).value;
+        return this.parent().el.child('input[name='+this.el.dom.name+']:checked', true).value;
     },
     
     onClick : function(){