Roo/bootstrap/RadioSet.js
authoredward <edward@roojs.com>
Mon, 20 Nov 2017 02:48:14 +0000 (10:48 +0800)
committeredward <edward@roojs.com>
Mon, 20 Nov 2017 02:48:14 +0000 (10:48 +0800)
Roo/bootstrap/RadioSet.js

index 24bd9ad..d1cf002 100644 (file)
@@ -201,6 +201,8 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Input,  {
     {
         Roo.bootstrap.RadioSet.superclass.setValue.call(this)
         
+        Roo.log(this.value);
+        
         Roo.each(this.radioes, function(i){
             
             i.checked = false;