Answers for "mobile number not accept in input field"

0

contact text box accept only till 10 digit in html

<input type="text" maxlength="10" pattern="\d{10}" title="Please enter exactly 10 digits" />
Posted by: Guest on December-30-2020

Code answers related to "mobile number not accept in input field"

Browse Popular Code Answers by Language