Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nbfontana/ngx-br
Browse files Browse the repository at this point in the history
  • Loading branch information
nbfontana committed Mar 20, 2018
2 parents 1186e17 + f734470 commit ca94337
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/components/cep/cep.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
cepMask
class="form-control"
maxlength="9"
type="tel"
[id]="id"
[placeholder]="placeholder"
[disabled]="disabled"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/cnpj/cnpj.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<input
cnpjMask
class="form-control"
type="text"
maxlength="18"
type="tel"
[id]="id"
[placeholder]="placeholder"
[disabled]="disabled"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/cpf/cpf.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<input
cpfMask
type="text"
type="tel"
class="form-control"
maxlength="14"
[id]="id"
Expand Down
1 change: 1 addition & 0 deletions src/app/components/telefone/telefone.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<input
telefoneMask
type="tel"
class="form-control"
maxlength="16"
[id]="id"
Expand Down

0 comments on commit ca94337

Please sign in to comment.