<div class="form-group ">
<label class="col-sm-5 col-md-5 control-label no-padding-right text-right">Password</label>
<div class="col-sm-7 col-md-7 col-lg">
<input id="Password" name="Password" data-type="password" type="text" data-minlength="4" data-maxlength="9" />
<p id="toMsgError" style="color:red;" class="hide"></p>
<p id="toMsgSuccess"></p>
</div>
</div>
This is my Html code for password type input but when i type characters in input field it does not allow me what is the problem?