Roo/bootstrap/RadioSet.js
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 06:26:17 +0000 (14:26 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 06:26:17 +0000 (14:26 +0800)
Roo/bootstrap/RadioSet.js

index 757ad3b..c960ff9 100644 (file)
@@ -94,8 +94,8 @@ Roo.extend(Roo.bootstrap.RadioSet, Roo.bootstrap.Component,  {
                 {
                     tag : 'input',
                     cls : 'roo-radio-set-item-input',
-                    type : 'radio',
-                    value : this.value
+                    type : 'text',
+                    value : this.value ? this.value :  ''
                 },
                 label,
                 {