i want to use like this maxlength and minlength both. But it is not working. length of text should be in between 3 to 10 characters
<input type="text" class="form-control" id="username" placeholder="Username" autofocus required maxlength= "10" minlength= "3">
using these maxlength is functioning but minlength not.. but only minlength is working