It seems the minlength attribute for an field doesn\'t work.
minlength
Is there any other attribute in HTML5 with the help of which I
I notice that sometimes in Chrome when autofill is on and the fields are field by the autofill browser build in method, it bypasses the minlength validation rules, so in this case you will have to disable autofill by the following attribute:
autocomplete="off"