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
There is a minlength property in the HTML5 specification now, as well as the validity.tooShort interface.
validity.tooShort
Both are now enabled in recent versions of all modern browsers. For details, see https://caniuse.com/#search=minlength.