Skip to content

Commit

Permalink
🚸 Adicionado mascara no formato numero mobile
Browse files Browse the repository at this point in the history
Add um arquivo para subistituir o atual com o formato da mascara do telefone no padrão de um mobile
  • Loading branch information
Junior-Shyko committed Sep 13, 2023
1 parent 8d29a5b commit 8c756cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/parts/registration-field-types/fields/brPhone.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<input ng-required="requiredField(field)" ng-model="entity[fieldName]" ng-blur="saveField(field, entity[fieldName])" js-mask="(99) 99999-9999" placeholder="(__) _________">

0 comments on commit 8c756cb

Please sign in to comment.