Roo/bootstrap/PhoneInput.js
authorjohn <john@roojs.com>
Mon, 22 Oct 2018 05:43:26 +0000 (13:43 +0800)
committerjohn <john@roojs.com>
Mon, 22 Oct 2018 05:43:26 +0000 (13:43 +0800)
Roo/bootstrap/PhoneInput.js

index abcc0ac..43c2956 100644 (file)
@@ -81,6 +81,7 @@ Roo.extend(Roo.bootstrap.PhoneInput, Roo.bootstrap.TriggerField, {
             var input =  {
                 tag: 'input',
                 id : id,
+                maxlength: this.max_length,
                 cls : 'form-control tel-input',
                 autocomplete: 'new-password'
             };