I am trying to create a text field where One can type his/her mobile numbers 10 digits only. NO spacing dash coma or alphabets. I tried using the following regex from the given link but it is not working. I am using chrome and even tried on fiddler. I took reference from this code.
<input type="number" pattern="^[0-9]{1,10}$" title="adc" />