I want to get mobile number as input of different countries. I tried using below code:
<input type="tel" minlength="8" maxlength="10" name="Number" id="Number" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}" class="form-control wow fadeInUp" placeholder="* WhatsApp Number" required/>
But it also accepts characters, so how can i apply length validation and number validation.