<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<form>
<input type="text" placeholder="Mobile Number" required="" style="width: 263px;" maxlength="10" minlength="10">
<input type="submit">
</form>
</body>
</html>
I'm trying to restrict the textbox validation by using maxlength
and minlength
CSS attributes, it is not working in IE (although working on other browsers).