<label>Phone Number:</label>
<input type="number" name="mobileNo" ng-minlength="10" ng-maxlength="10" required/>
I have problem with this I am trying a lot to make the entered phone number validation on clicking submit button and I was not able to validate the phone number.
The previous questions are showing weather the number is valid on not as we start entering the number but they are not validating on clicking the submit action button. Even I tried those examples and this is similar but not duplicate.
Thanks if any help in advance