Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Fri, 23 Mar 2018 05:36:51 +0000 (13:36 +0800)
committerjohn <john@roojs.com>
Fri, 23 Mar 2018 05:36:51 +0000 (13:36 +0800)
Roo/bootstrap/PhoneInput.js

index f4ed583..e7aafce 100644 (file)
@@ -80,9 +80,9 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.Input,  {
             
             var label = {
                 tag: 'label',
-                'for' :  id,
-                cls : 'control-label',
-                html : this.fieldLabel
+                'for':  id,
+                cls: 'control-label',
+                cn: []
             };
             
             if (align ==='left' && this.fieldLabel.length) {