Currently working with Angular and seeking an input field that can display the text format 614-123-1234
. I've been exploring options, including a jQuery solution, but unfortunately cannot integrate it into my project.
This is how my current input field looks:
<input type='number' onKeyPress="if(this.value.length==10) return false;" class="input" formControlName="cel" id="cel" name="cel">
I'm looking for something similar to this image: https://i.sstatic.net/eBaaF.png