Removed all Input masks for phone numbers, now need to work on formating phone numbers for display based off digit length

This commit is contained in:
johnnyq
2021-09-11 21:51:36 -04:00
parent 118dba5c23
commit d5facbfc23
11 changed files with 14 additions and 16 deletions

View File

@@ -86,7 +86,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-phone"></i></span>
</div>
<input type="text" class="form-control" name="phone" placeholder="Phone Number" data-inputmask="'mask': '999-999-9999'" data-mask>
<input type="text" class="form-control" name="phone" placeholder="Phone Number">
</div>
</div>