less/roojs-bootstrap/phone-input.less
[roojs1] / roojs-bootstrap-debug.js
index 3a42e16..f9aef40 100644 (file)
@@ -38153,7 +38153,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField,  {
             this.list.on('mousemove', this.onViewMove, this);
             this.list.on('scroll', this.onViewScroll, this);
             
-            this.tpl = '<li><a href="#"><div class="flag {iso2}"></div>+{dialCode} {name}</a></li>';
+            this.tpl = '<li><a href="#"><div class="flag {iso2}"></div>{name} <span class="dial-code">+{dialCode}</span></a></li>';
 
             this.view = new Roo.View(this.list, this.tpl, {
                 singleSelect:true, store: this.store, selectedClass: this.selectedClass